shithub: rgbds

Download patch

ref: 89917ef68884599e621f5e3e906bc19eb2387c4b
parent: 097e4c979953e913a1431b6d5ece672959afa29f
author: ISSOtm <eldredhabert0@gmail.com>
date: Thu Jan 16 17:08:11 EST 2020

Put semicolons before labels in test suite

--- a/test/asm/line-continuation-whitespace.asm
+++ b/test/asm/line-continuation-whitespace.asm
@@ -4,4 +4,4 @@
 bar: MACRO
 ENDM
 
-foo bar baz\		  		  		  
+foo: bar baz\ 	
--- a/test/asm/line-continuation.asm
+++ b/test/asm/line-continuation.asm
@@ -4,4 +4,4 @@
 bar: MACRO
 ENDM
 
-foo bar baz\
\ No newline at end of file
+foo: bar baz\
--- a/test/asm/macro-@.asm
+++ b/test/asm/macro-@.asm
@@ -1,1 +1,1 @@
-foo @bar
+foo: @bar