-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
This is a bit of a weird one. On FreeBSD, tests/js/tconsole.nim
fails with the following:
Category: js
Name: tests/js/tconsole.nim JS -d:nodejs
Action: run
Result: reOutputsDiffer
-------- Expected -------
Hello, console
1 2 3
1 'hi' 1.1
--------- Given --------
Hello, console
1 2 3
1 hi 1.1
-------------------------
Category: js
Name: tests/js/tconsole.nim JS -d:nodejs -d:release
Action: run
Result: reOutputsDiffer
-------- Expected -------
Hello, console
1 2 3
1 'hi' 1.1
--------- Given --------
Hello, console
1 2 3
1 hi 1.1
-------------------------
Node is installed via pkg install node
and reports the following version information: v12.4.0