Fixes T2299: Prevent REPL from printing implicit 'use strict' (#4562)

* Fixes T2299: Prevent REPL from printing implicit 'use strict'

* Test for T2299

* make fixes
This commit is contained in:
Henry Zhu
2016-09-25 23:29:37 -04:00
committed by GitHub
parent 702259d483
commit fc2b3cb465
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
{
"args": ["--eval","--print", "var a = 1;"],
"stdout": "undefined"
}