Bugfix: Macro definitions with colons and without space supported (as found in P61a source).
This commit is contained in:
@@ -63,4 +63,15 @@ label: move.w d0,d1
|
||||
)
|
||||
}
|
||||
|
||||
@Test
|
||||
internal fun macro_name_with_colon_p61_source_suxxor(@MyTestCase testCase: ParsingTestExtension.IParsingTestCase) {
|
||||
testGoodSyntax(
|
||||
testCase, """
|
||||
structure:macro
|
||||
\1:equ 0
|
||||
soffset:set \2
|
||||
endm"""
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user