mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Avoid nonessential strings-as-numbers in tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
def p = {{a}}
|
||||
def q = "{b}"
|
||||
def r = "{{c}}"
|
||||
def q = '{b}'
|
||||
def r = '{{c}}'
|
||||
|
||||
Reference in New Issue
Block a user