diff options
Diffstat (limited to 'tests/stdlib/treloop.nim')
-rw-r--r-- | tests/stdlib/treloop.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/treloop.nim b/tests/stdlib/treloop.nim index 35236708c..b4221525d 100644 --- a/tests/stdlib/treloop.nim +++ b/tests/stdlib/treloop.nim @@ -1,5 +1,5 @@ discard """ - output: "@[(, +, 1, 2, )]" + output: '''@["(", "+", " 1", " 2", ")"]''' """ import re |