summary refs log tree commit diff stats
path: root/tests/template/texponential_eval.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/texponential_eval.nim')
-rw-r--r--tests/template/texponential_eval.nim8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/template/texponential_eval.nim b/tests/template/texponential_eval.nim
index 32af9e8f7..b4e3faefb 100644
--- a/tests/template/texponential_eval.nim
+++ b/tests/template/texponential_eval.nim
@@ -1,13 +1,17 @@
 # bug #1940
 
 discard """
-  nimout: '''===
+nimout: '''
+===
 merge (A) with (B)
 merge (A B) with (C)
 merge (A B C) with (D)
 merge (A B C D) with (E)
 merge (A B C D E) with (F)
-==='''
+===
+'''
+
+output: "A B C D E F"
 """
 
 type SqlStmt = tuple