Skip to content

Commit

Permalink
(#537) Preprocessor: basic skeleton for the new macro expansion engine
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 30, 2024
1 parent d85d49c commit 77ef79f
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 286 deletions.
2 changes: 1 addition & 1 deletion Cesium.Parser.Tests/PreprocessorTests/PreprocessorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ int main() { /* comment block */
}
""");

[Fact(Skip = "TODO[#537]")]
[Fact]
public Task SpacesInMacroDefinitionAndInvocation() => DoTest("""
#define BRACES1/**/() x
#define BRACES2 () y
Expand Down
Loading

0 comments on commit 77ef79f

Please sign in to comment.