mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Fix typo in test in HeaderLexerTests
This commit is contained in:
parent
6c164eee61
commit
63b9fa6841
@ -255,7 +255,7 @@ namespace test::parsing::header::impl::header_lexer
|
||||
ExpectIdentifierToken(lexer, "a");
|
||||
ExpectIdentifierToken(lexer, "b");
|
||||
ExpectFloatingPointToken(lexer, 36.999);
|
||||
ExpectFloatingPointToken(lexer, 59595.2412);
|
||||
ExpectFloatingPointToken(lexer, 59595.2414);
|
||||
ExpectIdentifierToken(lexer, "c");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user