summaryrefslogtreecommitdiff
path: root/fs/testdata
diff options
context:
space:
mode:
authorAxetroy <axetroy.dev@gmail.com>2019-05-17 00:19:17 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-05-16 12:19:17 -0400
commitf7dd691cfb953f7bc1419fe26af5e18f38ab7e84 (patch)
treebed935e73d2d0b752cb524243d33c16e7be556ff /fs/testdata
parent42a00733fcf4d04f35e7676db560495b8999ddfa (diff)
feat(fs): add copy/copySync (denoland/deno_std#278)
Original: https://github.com/denoland/deno_std/commit/ab5b0887ccde0ad9f00f1943e27bd73bc483833b
Diffstat (limited to 'fs/testdata')
-rw-r--r--fs/testdata/copy_dir/0.txt1
-rw-r--r--fs/testdata/copy_dir/nest/0.txt1
l---------fs/testdata/copy_dir_link_file/0.txt1
-rw-r--r--fs/testdata/copy_file.txt1
4 files changed, 4 insertions, 0 deletions
diff --git a/fs/testdata/copy_dir/0.txt b/fs/testdata/copy_dir/0.txt
new file mode 100644
index 000000000..f3a34851d
--- /dev/null
+++ b/fs/testdata/copy_dir/0.txt
@@ -0,0 +1 @@
+text \ No newline at end of file
diff --git a/fs/testdata/copy_dir/nest/0.txt b/fs/testdata/copy_dir/nest/0.txt
new file mode 100644
index 000000000..cd1b98cb3
--- /dev/null
+++ b/fs/testdata/copy_dir/nest/0.txt
@@ -0,0 +1 @@
+nest \ No newline at end of file
diff --git a/fs/testdata/copy_dir_link_file/0.txt b/fs/testdata/copy_dir_link_file/0.txt
new file mode 120000
index 000000000..63413ea1c
--- /dev/null
+++ b/fs/testdata/copy_dir_link_file/0.txt
@@ -0,0 +1 @@
+./fs/testdata/copy_dir/0.txt \ No newline at end of file
diff --git a/fs/testdata/copy_file.txt b/fs/testdata/copy_file.txt
new file mode 100644
index 000000000..84c22fd8a
--- /dev/null
+++ b/fs/testdata/copy_file.txt
@@ -0,0 +1 @@
+txt \ No newline at end of file