aboutsummaryrefslogtreecommitdiff
path: root/src/test/fixtures/quoted-escape.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fixtures/quoted-escape.js')
-rw-r--r--src/test/fixtures/quoted-escape.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/fixtures/quoted-escape.js b/src/test/fixtures/quoted-escape.js
new file mode 100644
index 000000000..17716fa12
--- /dev/null
+++ b/src/test/fixtures/quoted-escape.js
@@ -0,0 +1,2 @@
+// bug: doesn't properly choose best escape quote
+export default "foo" + '=""';