mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Trim left space from macro args, even past block comments (#1831)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'mac ':
|
||||
|
||||
'mac 1,2':
|
||||
\1: < 1>
|
||||
'mac 1,2':
|
||||
\1: <1>
|
||||
\2: <2>
|
||||
|
||||
'mac c,d':
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
2: "b"
|
||||
1: "c"
|
||||
3: "a"
|
||||
2: " b"
|
||||
2: "b"
|
||||
1: "c"
|
||||
|
||||
Reference in New Issue
Block a user