summaryrefslogtreecommitdiff
path: root/prettier/testdata/foo
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-02-02 00:16:39 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-02-01 10:16:39 -0500
commit0eb1a49b387601014f6f8eec84128988d2ad6b62 (patch)
treec10501285e48e07c7a79c841deda68b6f211cb19 /prettier/testdata/foo
parente6d1b5ed3e79c26825017e25ae6c229aeb6fefa8 (diff)
Add reusable prettier wrapper CLI (denoland/deno_std#165)
This also fixes an issue with the path on azure-pipelines. Original: https://github.com/denoland/deno_std/commit/e7837ff0f007d8f2175ec58ae3065dabfb4823f1
Diffstat (limited to 'prettier/testdata/foo')
-rw-r--r--prettier/testdata/foo/0.ts1
-rw-r--r--prettier/testdata/foo/1.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/prettier/testdata/foo/0.ts b/prettier/testdata/foo/0.ts
new file mode 100644
index 000000000..c594829fc
--- /dev/null
+++ b/prettier/testdata/foo/0.ts
@@ -0,0 +1 @@
+console.log (0)
diff --git a/prettier/testdata/foo/1.js b/prettier/testdata/foo/1.js
new file mode 100644
index 000000000..11a9aa6fe
--- /dev/null
+++ b/prettier/testdata/foo/1.js
@@ -0,0 +1 @@
+console.log (1)