Improve lexer, removing warnings

This commit is contained in:
Wolfsblvt
2024-08-12 02:29:56 +02:00
parent e1797ea13d
commit ec09a4e952
2 changed files with 7 additions and 4 deletions

View File

@@ -860,8 +860,7 @@ describe('MacroLexer', () => {
{ type: 'Macro.Identifier', text: 'macro' },
{ type: 'Identifier', text: 'test' },
{ type: 'Identifier', text: 'escaped' },
{ type: 'Unknown', text: '\\' },
{ type: 'Unknown', text: '|' },
{ type: 'Filter.EscapedPipe', text: '\\|' },
{ type: 'Identifier', text: 'pipe' },
{ type: 'Macro.End', text: '}}' },
];