From ab066f9cd6979c91cb34ecd5c3d7e24daeaeaada Mon Sep 17 00:00:00 2001 From: Yury Kurlykov Date: Fri, 26 Jun 2020 16:41:29 +1000 Subject: [PATCH] Add test with a bug --- tests/apr30_bug.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/apr30_bug.js diff --git a/tests/apr30_bug.js b/tests/apr30_bug.js new file mode 100644 index 0000000..7c23e00 --- /dev/null +++ b/tests/apr30_bug.js @@ -0,0 +1,2 @@ +// Guess what? It should be parsable, but it's not (git rev 44d7e241) +{let a = 15, b; {1_337.2_28, false, "String"}} \ No newline at end of file