VirtualBox

Changeset 108280 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Feb 19, 2025 9:28:41 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167622
Message:

Runtime/RTScriptLex*: Implement support for optionally returning parsed comments (single and multi line) as tokens when enabled in the lexer config, bugref:10321

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTAcpi.cpp

    r108115 r108280  
    164164                                         NULL /*pfnDtor*/, hVfsFileAslSrc /*pvUser*/, 0 /*cchBuf*/,
    165165                                         NULL /*phStrCacheId*/, NULL /*phStrCacheStringLit*/,
    166                                          &s_AslLexCfg);
     166                                         NULL /*phStrCacheComments*/, &s_AslLexCfg);
    167167    RTTESTI_CHECK_RC(rc, VINF_SUCCESS);
    168168    if (RT_FAILURE(rc))
     
    173173                                     NULL /*pfnDtor*/, hVfsFileAslOut /*pvUser*/, 0 /*cchBuf*/,
    174174                                     NULL /*phStrCacheId*/, NULL /*phStrCacheStringLit*/,
    175                                      &s_AslLexCfg);
     175                                     NULL /*phStrCacheComments*/, &s_AslLexCfg);
    176176    RTTESTI_CHECK_RC(rc, VINF_SUCCESS);
    177177    if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette