fix in tests/js/tconsole (#12709)

This commit is contained in:
Arne Döring
2019-11-25 10:30:22 +01:00
committed by Andreas Rumpf
parent bd8f49cbd3
commit 04614a30bd

View File

@@ -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)