Skip to content
Snippets Groups Projects
Commit e9fbdc50 authored by charguer's avatar charguer Committed by Thomas Wood
Browse files

demo_reordered

parent 9ab0c64d
No related branches found
No related tags found
No related merge requests found
......@@ -87,9 +87,9 @@ var source_files = [
'(function (x) {return arguments;})(3)',
'var s = "val(\\"++x\\")";\neval("x=0; e" + s)',
'var x = 2;\nx',
'"use strict";\nvar x = 1;\nx++;\nx',
'"use strict";\nvar x = 1;\ nx++;\nx',
'{} + {}',
'x = [1]',
'x = [1]',
'throw 3',
'var x = { a : 1, b : 2 }; ',
'var x = { a : 1 };\n x.b = 2;\nx',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment