diff options
| author | pack <pack@packgekko.xyz> | 2026-08-09 10:37:07 +0000 |
|---|---|---|
| committer | pack <pack@packgekko.xyz> | 2026-08-09 10:37:07 +0000 |
| commit | 55a4f1fc869e41aca748c63d3018f0448b1606e0 (patch) | |
| tree | d132d1d01772b6d53faee3e63c534dea5706b78a /node_modules/tar-fs/test/fixtures | |
| download | crud-55a4f1fc869e41aca748c63d3018f0448b1606e0.tar.gz | |
first 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 |