diff options
| author | Stefan Boberg <[email protected]> | 2023-05-02 10:01:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-02 10:01:47 +0200 |
| commit | 075d17f8ada47e990fe94606c3d21df409223465 (patch) | |
| tree | e50549b766a2f3c354798a54ff73404217b4c9af /test-data | |
| parent | fix: bundle shouldn't append content zip to zen (diff) | |
| download | zen-075d17f8ada47e990fe94606c3d21df409223465.tar.xz zen-075d17f8ada47e990fe94606c3d21df409223465.zip | |
moved source directories into `/src` (#264)
* moved source directories into `/src`
* updated bundle.lua for new `src` path
* moved some docs, icon
* removed old test trees
Diffstat (limited to 'test-data')
| -rw-r--r-- | test-data/test1/A.txt | 1 | ||||
| -rw-r--r-- | test-data/test1/ABC.txt | 1 | ||||
| -rw-r--r-- | test-data/test1/B.txt | 1 | ||||
| -rw-r--r-- | test-data/test1/C.txt | 1 | ||||
| -rw-r--r-- | test-data/test1/dir/D.txt | 1 | ||||
| -rw-r--r-- | test-data/test1/dir/E.txt | 1 | ||||
| -rw-r--r-- | test-data/test1/dir/F.txt | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/test-data/test1/A.txt b/test-data/test1/A.txt deleted file mode 100644 index 8c7e5a667..000000000 --- a/test-data/test1/A.txt +++ /dev/null @@ -1 +0,0 @@ -A
\ No newline at end of file diff --git a/test-data/test1/ABC.txt b/test-data/test1/ABC.txt deleted file mode 100644 index 48b83b862..000000000 --- a/test-data/test1/ABC.txt +++ /dev/null @@ -1 +0,0 @@ -ABC
\ No newline at end of file diff --git a/test-data/test1/B.txt b/test-data/test1/B.txt deleted file mode 100644 index 7371f47a6..000000000 --- a/test-data/test1/B.txt +++ /dev/null @@ -1 +0,0 @@ -B
\ No newline at end of file diff --git a/test-data/test1/C.txt b/test-data/test1/C.txt deleted file mode 100644 index 96d80cd6c..000000000 --- a/test-data/test1/C.txt +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/test-data/test1/dir/D.txt b/test-data/test1/dir/D.txt deleted file mode 100644 index 02358d235..000000000 --- a/test-data/test1/dir/D.txt +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/test-data/test1/dir/E.txt b/test-data/test1/dir/E.txt deleted file mode 100644 index 9fb75b8d4..000000000 --- a/test-data/test1/dir/E.txt +++ /dev/null @@ -1 +0,0 @@ -E
\ No newline at end of file diff --git a/test-data/test1/dir/F.txt b/test-data/test1/dir/F.txt deleted file mode 100644 index c137216fe..000000000 --- a/test-data/test1/dir/F.txt +++ /dev/null @@ -1 +0,0 @@ -F
\ No newline at end of file |