Stage 1-4: Update tests

This commit is contained in:
Tooru Fujisawa 2019-02-03 08:21:19 +01:00 committed by Roy Tam
commit 5676f63f41
23 changed files with 434 additions and 63 deletions

View file

@ -24,7 +24,7 @@ var inputTests = [
{
input: "(function() { return 42; })",
output: "function ()",
printOutput: "function () { return 42; }",
printOutput: "function() { return 42; }",
suppressClick: true
},
@ -40,7 +40,7 @@ var inputTests = [
{
input: "testobj1.testfn2",
output: "function testfn2()",
printOutput: "function () { return 42; }",
printOutput: "function() { return 42; }",
suppressClick: true
},