summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/resources/javascript/bug_361_expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/resources/javascript/bug_361_expected.txt b/testing/resources/javascript/bug_361_expected.txt
index 04d72bce20..9840334c8d 100644
--- a/testing/resources/javascript/bug_361_expected.txt
+++ b/testing/resources/javascript/bug_361_expected.txt
@@ -45,5 +45,5 @@ Alert: Answer for "1,2,3,4" is: number 1
Alert: Answer for "[1, 2, 3, 4]" is: string [1, 2, 3, 4]
Alert: Answer for "[object Object]" is: string [object Object]
Alert: Answer for "{a: 1, b: 2}" is: string {a: 1, b: 2}
-Alert: Answer for "function (x) { return x+1; }" is: string function (x) { return x+1; }
+Alert: Answer for "function(x) { return x+1; }" is: string function(x) { return x+1; }
Alert: Answer for "function(x) { return x+1; }" is: string function(x) { return x+1; }