mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Put semicolons before labels in test suite
This commit is contained in:
@@ -4,4 +4,4 @@
|
|||||||
bar: MACRO
|
bar: MACRO
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
foo bar baz\
|
foo: bar baz\
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
bar: MACRO
|
bar: MACRO
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
foo bar baz\
|
foo: bar baz\
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
foo @bar
|
foo: @bar
|
||||||
|
|||||||
Reference in New Issue
Block a user