ref: b65ea64a583855ae69b685e3c094d0697d86b2c3
parent: 542b5d18f1307f23104bdc52fed03ad249895c1c
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Aug 22 21:31:56 EDT 2020
Add newlines to all test output MacOS treats them differently, for some reason.
--- a/test/asm/nested-brackets.asm
+++ b/test/asm/nested-brackets.asm
@@ -3,3 +3,4 @@
PRINTT "{S{WRAPPER}G}\n"
PRINTT "{S{WRAPPER}G"
+ PRINTT "\n"
--- a/test/asm/nested-brackets.out
+++ b/test/asm/nested-brackets.out
@@ -1,2 +1,2 @@
OK
-OK
\ No newline at end of file
+OK
--- a/test/asm/opt-b.asm
+++ b/test/asm/opt-b.asm
@@ -1,2 +1,3 @@
OPT b.X
PRINTV %..X.X.X.
+PRINTT "\n"
--- a/test/asm/opt-b.out
+++ b/test/asm/opt-b.out
@@ -1,1 +1,1 @@
-$2A
\ No newline at end of file
+$2A
--- a/test/asm/opt-g.asm
+++ b/test/asm/opt-g.asm
@@ -1,2 +1,3 @@
OPT g.x0X
PRINTV `.x.x0X0X
+PRINTT "\n"
--- a/test/asm/opt-g.out
+++ b/test/asm/opt-g.out
@@ -1,1 +1,1 @@
-$F55
\ No newline at end of file
+$F55