mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Fix not ignoring whitespace after macro parameter comma
This commit is contained in:
@ -959,8 +959,8 @@ namespace test::parsing::impl::defines_stream_proxy
|
||||
ExpectLine(&proxy, 1, "");
|
||||
ExpectLine(&proxy, 2, "");
|
||||
ExpectLine(&proxy, 3, "");
|
||||
ExpectLine(&proxy, 4, "TEST");
|
||||
ExpectLine(&proxy, 5, "TESTTWO(testArg)");
|
||||
ExpectLine(&proxy, 4, "\"TEST\"");
|
||||
ExpectLine(&proxy, 5, "\"TESTTWO(testArg)\"");
|
||||
|
||||
REQUIRE(proxy.Eof());
|
||||
}
|
||||
|
Reference in New Issue
Block a user