diff options
author | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 18:29:17 +0100 |
---|---|---|
committer | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 18:29:17 +0100 |
commit | 0f79e708bf07721b73ea41e5d341be08e8ea4dce (patch) | |
tree | f3c63cd6a9f4ef0b26f95eec6a031600232e80c8 /node_modules/tar-fs/test/fixtures | |
download | electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.gz electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.bz2 electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.zip |
Initial commit
Diffstat (limited to 'node_modules/tar-fs/test/fixtures')
-rw-r--r-- | node_modules/tar-fs/test/fixtures/a/hello.txt | 1 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/b/a/test.txt | 1 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/d/file1 | 0 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/d/file2 | 0 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/d/sub-dir/file5 | 0 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/d/sub-files/file3 | 0 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/d/sub-files/file4 | 0 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/e/directory/.ignore | 0 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/e/file | 0 | ||||
-rw-r--r-- | node_modules/tar-fs/test/fixtures/invalid.tar | bin | 0 -> 2560 bytes |
10 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/tar-fs/test/fixtures/a/hello.txt b/node_modules/tar-fs/test/fixtures/a/hello.txt new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/a/hello.txt @@ -0,0 +1 @@ +hello world diff --git a/node_modules/tar-fs/test/fixtures/b/a/test.txt b/node_modules/tar-fs/test/fixtures/b/a/test.txt new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/b/a/test.txt @@ -0,0 +1 @@ +test diff --git a/node_modules/tar-fs/test/fixtures/d/file1 b/node_modules/tar-fs/test/fixtures/d/file1 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/d/file1 diff --git a/node_modules/tar-fs/test/fixtures/d/file2 b/node_modules/tar-fs/test/fixtures/d/file2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/d/file2 diff --git a/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 b/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 diff --git a/node_modules/tar-fs/test/fixtures/d/sub-files/file3 b/node_modules/tar-fs/test/fixtures/d/sub-files/file3 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/d/sub-files/file3 diff --git a/node_modules/tar-fs/test/fixtures/d/sub-files/file4 b/node_modules/tar-fs/test/fixtures/d/sub-files/file4 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/d/sub-files/file4 diff --git a/node_modules/tar-fs/test/fixtures/e/directory/.ignore b/node_modules/tar-fs/test/fixtures/e/directory/.ignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/e/directory/.ignore diff --git a/node_modules/tar-fs/test/fixtures/e/file b/node_modules/tar-fs/test/fixtures/e/file new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/e/file diff --git a/node_modules/tar-fs/test/fixtures/invalid.tar b/node_modules/tar-fs/test/fixtures/invalid.tar Binary files differnew file mode 100644 index 0000000..a645e9c --- /dev/null +++ b/node_modules/tar-fs/test/fixtures/invalid.tar |