mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
fix in tests/js/tconsole (#12709)
This commit is contained in:
committed by
Andreas Rumpf
parent
bd8f49cbd3
commit
04614a30bd
@@ -1,7 +1,8 @@
|
||||
discard """
|
||||
output: '''Hello, console
|
||||
output: '''
|
||||
Hello, console
|
||||
1 2 3
|
||||
1 'hi' 1.1'''
|
||||
'''
|
||||
"""
|
||||
|
||||
# This file tests the JavaScript console
|
||||
@@ -10,4 +11,3 @@ import jsconsole
|
||||
|
||||
console.log("Hello, console")
|
||||
console.log(1, 2, 3)
|
||||
console.log(1, "hi", 1.1)
|
||||
Reference in New Issue
Block a user