make expect_stdout node version specific (#1963)

... via semver string on `node_version` label.
This commit is contained in:
Alex Lam S.L
2017-05-18 11:28:35 +08:00
committed by GitHub
parent 6ed90913ca
commit efcf167e5e
4 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
eval_let: {
input: {
eval("let a;");
console.log();
}
expect: {
eval("let a;");
console.log();
}
expect_stdout: ""
node_version: ">=6"
}