mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
Tests: Add regression tests for the LibCpp preprocessor
Similarly to the LibCpp parser regression tests, these tests run the preprocessor on the .cpp test files under Userland/LibCpp/Tests/preprocessor, and compare the output with existing .txt ground truth files.
This commit is contained in:
parent
a38c330c68
commit
e57fdb63f8
13 changed files with 101 additions and 3 deletions
8
Userland/Libraries/LibCpp/Tests/preprocessor/macro2.txt
Normal file
8
Userland/Libraries/LibCpp/Tests/preprocessor/macro2.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
KnownType 2:0-2:0 (String)
|
||||
LeftCurly 2:0-2:0 ({)
|
||||
DoubleQuotedString 2:0-2:0 ("he")
|
||||
Plus 2:0-2:0 (+)
|
||||
DoubleQuotedString 2:0-2:0 ("l")
|
||||
Plus 2:0-2:0 (+)
|
||||
DoubleQuotedString 2:0-2:0 ("lo")
|
||||
RightCurly 2:0-2:0 (})
|
Loading…
Add table
Add a link
Reference in a new issue