summaryrefslogtreecommitdiff
path: root/archive/testdata
diff options
context:
space:
mode:
authorJun Kato <i@junkato.jp>2019-05-15 06:59:43 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-05-14 17:59:42 -0400
commit42a00733fcf4d04f35e7676db560495b8999ddfa (patch)
tree6d18e7f43cf71039965d35742d1b31c112fce2b7 /archive/testdata
parent592e90c3c27e05e7fa0372fa7f7bbdf8f92f683c (diff)
feat: add Tar and Untar classes (denoland/deno_std#388)
Ported from danoweb https://github.com/arcatdmz/danoweb/blob/fccb5bfc60866521c96abd31f35ddca1f508e63f/server/tar.ts https://github.com/arcatdmz/danoweb/blob/fccb5bfc60866521c96abd31f35ddca1f508e63f/server/tar_test.ts Original: https://github.com/denoland/deno_std/commit/98257ef30319bd77ac36626291ff589e84ea88cd
Diffstat (limited to 'archive/testdata')
-rw-r--r--archive/testdata/example.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive/testdata/example.txt b/archive/testdata/example.txt
new file mode 100644
index 000000000..a04238969
--- /dev/null
+++ b/archive/testdata/example.txt
@@ -0,0 +1 @@
+hello world!