From 6430a0cbcfb65fb4e68862a85c4c755b43dd4954 Mon Sep 17 00:00:00 2001 From: Stian Lund <1493836+Pathduck@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:39:18 +0200 Subject: [PATCH] change to tests --- test/cache/index.html | 33 +++++++++++++++++---------------- test/cache/style1.css | 1 + test/cache/style2.css | 1 + test/cache/touch.php | 21 ++++++++++++--------- 4 files changed, 31 insertions(+), 25 deletions(-) create mode 100755 test/cache/style1.css create mode 100755 test/cache/style2.css diff --git a/test/cache/index.html b/test/cache/index.html index 1f2d731..d1b0472 100755 --- a/test/cache/index.html +++ b/test/cache/index.html @@ -1,16 +1,17 @@ - - - Cache Test - - - - - -
-

- -

-
- - - \ No newline at end of file + + + Cache Test + + + + + + +
+

+ +

+
+ + + diff --git a/test/cache/style1.css b/test/cache/style1.css new file mode 100755 index 0000000..497a61c --- /dev/null +++ b/test/cache/style1.css @@ -0,0 +1 @@ +body { background: black; } diff --git a/test/cache/style2.css b/test/cache/style2.css new file mode 100755 index 0000000..5b2d09b --- /dev/null +++ b/test/cache/style2.css @@ -0,0 +1 @@ +body { background: gray; } diff --git a/test/cache/touch.php b/test/cache/touch.php index 451e62f..caa8071 100755 --- a/test/cache/touch.php +++ b/test/cache/touch.php @@ -1,9 +1,12 @@ - +