macros test case naming + lint

This commit is contained in:
Wolfsblvt
2025-03-08 01:26:15 +01:00
parent d6dbc19697
commit 6a72369327
3 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ class MacroEngine {
static instance = new MacroEngine();
constructor() {
this.parser = MacroParser.instance;
this.parser = MacroParser;
}
parseDocument(input) {