summaryrefslogtreecommitdiff
path: root/std/prettier/testdata
diff options
context:
space:
mode:
authorYusuke Sakurai <kerokerokerop@gmail.com>2019-10-13 04:55:05 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-10-12 12:55:05 -0700
commit5f5583cf19349d19f717f65312558588825ad7b8 (patch)
treec27a00e8405a68d9800f4f021dcb531a6fd30ad6 /std/prettier/testdata
parent4b7204babe4716af107786f8794072b9496d2daf (diff)
fix: [prettier] deno fmt should format jsx/tsx files (#3118)
Diffstat (limited to 'std/prettier/testdata')
-rw-r--r--std/prettier/testdata/3.jsx2
-rw-r--r--std/prettier/testdata/4.tsx3
2 files changed, 5 insertions, 0 deletions
diff --git a/std/prettier/testdata/3.jsx b/std/prettier/testdata/3.jsx
new file mode 100644
index 000000000..d58db9e7b
--- /dev/null
+++ b/std/prettier/testdata/3.jsx
@@ -0,0 +1,2 @@
+<div>
+</div>
diff --git a/std/prettier/testdata/4.tsx b/std/prettier/testdata/4.tsx
new file mode 100644
index 000000000..88d34f7fa
--- /dev/null
+++ b/std/prettier/testdata/4.tsx
@@ -0,0 +1,3 @@
+<div>
+</div>
+