From 04614a30bdb7d9dec95c3e89d2bbc54ba80111ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Mon, 25 Nov 2019 10:30:22 +0100 Subject: [PATCH] fix in tests/js/tconsole (#12709) --- tests/js/tconsole.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/js/tconsole.nim b/tests/js/tconsole.nim index f6da71c20a..88c71ea186 100644 --- a/tests/js/tconsole.nim +++ b/tests/js/tconsole.nim @@ -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) \ No newline at end of file