diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-10 21:02:25 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-08-10 21:02:25 -0300 |
| commit | b03960fd93e5a1039754321a3562d48483801191 (patch) | |
| tree | 65a8a41ebd07f3a46d8939863bfd4850ae4ae403 /tests/resources | |
| parent | Initial implementation (diff) | |
| download | glaze-b03960fd93e5a1039754321a3562d48483801191.tar.gz glaze-b03960fd93e5a1039754321a3562d48483801191.tar.xz | |
Build with "go tool" and remove uneeded dependencies
Diffstat (limited to 'tests/resources')
| -rw-r--r-- | tests/resources/index.html | 4 | ||||
| l--------- | tests/resources/link.txt | 1 | ||||
| -rw-r--r-- | tests/resources/original.txt | 10 |
3 files changed, 15 insertions, 0 deletions
diff --git a/tests/resources/index.html b/tests/resources/index.html new file mode 100644 index 0000000..4a3ce66 --- /dev/null +++ b/tests/resources/index.html @@ -0,0 +1,4 @@ +olar + +oiwjef + diff --git a/tests/resources/link.txt b/tests/resources/link.txt new file mode 120000 index 0000000..44ab045 --- /dev/null +++ b/tests/resources/link.txt @@ -0,0 +1 @@ +original.txt
\ No newline at end of file diff --git a/tests/resources/original.txt b/tests/resources/original.txt new file mode 100644 index 0000000..f00c965 --- /dev/null +++ b/tests/resources/original.txt @@ -0,0 +1,10 @@ +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 |
