mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Use escaped strings with simple lexer whenever appropriate
This commit is contained in:
@ -112,6 +112,7 @@ namespace test::parsing::simple::expression
|
||||
|
||||
SimpleLexer::Config lexerConfig;
|
||||
lexerConfig.m_read_strings = true;
|
||||
lexerConfig.m_string_escape_sequences = true;
|
||||
lexerConfig.m_read_integer_numbers = true;
|
||||
lexerConfig.m_read_floating_point_numbers = true;
|
||||
lexerConfig.m_emit_new_line_tokens = false;
|
||||
|
Reference in New Issue
Block a user