Avoid nonessential strings-as-numbers in tests

This commit is contained in:
Rangi42
2025-09-06 12:45:01 -04:00
parent 00b5077b2a
commit 94ed28acf8
8 changed files with 7 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
def p = {{a}}
def q = "{b}"
def r = "{{c}}"
def q = '{b}'
def r = '{{c}}'