🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 4faf6fde7c8db9353edbc8dfc5e458b79a7b6bd7
Parent: 9a98af4184e9926753fbb880e9477fa691e096e4
Author: mcol <mcol@posteo.net>
Date: 2021-11-26 00:59:27 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-26 00:59:27 +0000

Add test for static files and folders

test/test.sh Modified

@@ -30,6 +30,8 @@
 declare -a TESTS
 TESTS=(
     "index.html"
+    "style.css"
+    "static/a_nice_file"
     "gitserve/commit/0292014748caae952bbc8dd6225680d83c0a5135.html"
     "gitserve/file/test.templates.style.css.html"
 )

test/templates/static/a_nice_file Added

@@ -0,0 +1 @@
+some nice words

test/expected/style.css Added

@@ -0,0 +1 @@
+👄

test/expected/static/a_nice_file Added

@@ -0,0 +1 @@
+some nice words