summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/fixture03.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/fixture03.out')
-rw-r--r--cli/tests/testdata/bundle/fixture03.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/bundle/fixture03.out b/cli/tests/testdata/bundle/fixture03.out
new file mode 100644
index 000000000..524e77abb
--- /dev/null
+++ b/cli/tests/testdata/bundle/fixture03.out
@@ -0,0 +1,5 @@
+const a = "a";
+const d = {
+ a
+};
+console.log(d);