Split up opsizes for better syntax highlighting. Fixed bug in macro-call lexer.

This commit is contained in:
2021-07-15 23:03:31 +02:00
parent beea9b2763
commit e33470ea1a
32 changed files with 286 additions and 269 deletions
@@ -10,7 +10,7 @@ internal class MacroCallTest : AbstractParsingTest() {
@Test
internal fun standard_macrocall_without_parameters(@MyTestCase testCase: ParsingTestExtension.IParsingTestCase) {
testGoodSyntax(testCase, " BLTHOGON\n")
testGoodSyntax(testCase, " BLT_HOG_ON\n")
}
@Test