mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Improve lexer, removing warnings
This commit is contained in:
@@ -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: '}}' },
|
||||
];
|
||||
|
Reference in New Issue
Block a user