mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-28 19:59:07 +00:00
Stage 1-4: Update tests
This commit is contained in:
committed by
wolfbeast
parent
90f6b27046
commit
ae4af7b7e5
@@ -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
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user