Skip to content

Commit d18c7c8

Browse files
krux02alehander92
authored andcommitted
fix in tests/js/tconsole (nim-lang#12709)
1 parent 7889445 commit d18c7c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/js/tconsole.nim

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
discard """
2-
output: '''Hello, console
2+
output: '''
3+
Hello, console
34
1 2 3
4-
1 'hi' 1.1'''
5+
'''
56
"""
67

78
# This file tests the JavaScript console
@@ -10,4 +11,3 @@ import jsconsole
1011

1112
console.log("Hello, console")
1213
console.log(1, 2, 3)
13-
console.log(1, "hi", 1.1)

0 commit comments

Comments
 (0)