summaryrefslogtreecommitdiff
path: root/std/prettier/testdata/opts/0.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/prettier/testdata/opts/0.ts')
m---------std0
-rw-r--r--std/prettier/testdata/opts/0.ts6
2 files changed, 6 insertions, 0 deletions
diff --git a/std b/std
deleted file mode 160000
-Subproject 43aafbf33285753e7b42230f0eb7969b300f71c
diff --git a/std/prettier/testdata/opts/0.ts b/std/prettier/testdata/opts/0.ts
new file mode 100644
index 000000000..400e7ee56
--- /dev/null
+++ b/std/prettier/testdata/opts/0.ts
@@ -0,0 +1,6 @@
+console.log(0);
+console.log([
+ function foo() {},
+ function baz() {},
+ a => {}
+]);