diff options
Diffstat (limited to 'test/fixtures/syntax')
-rw-r--r-- | test/fixtures/syntax/illegal_if_not_wrapped.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/syntax/illegal_if_not_wrapped.js b/test/fixtures/syntax/illegal_if_not_wrapped.js new file mode 100644 index 0000000000..d76a836c88 --- /dev/null +++ b/test/fixtures/syntax/illegal_if_not_wrapped.js @@ -0,0 +1,3 @@ +if (true) { + return; +} |