diff --git a/test/hello.shtml b/test/hello.shtml new file mode 100644 index 00000000..d4094ccc --- /dev/null +++ b/test/hello.shtml @@ -0,0 +1,5 @@ +
+hello.shtml: include "hello.txt":
+
+hello.shtml: end
+
diff --git a/test/ssi1.shtml b/test/ssi1.shtml deleted file mode 100644 index 9bffef9c..00000000 --- a/test/ssi1.shtml +++ /dev/null @@ -1,5 +0,0 @@ -
-ssi_begin
-
-ssi_end
-
diff --git a/test/ssi2.shtml b/test/ssi2.shtml deleted file mode 100644 index 787f3020..00000000 --- a/test/ssi2.shtml +++ /dev/null @@ -1,5 +0,0 @@ -
-ssi_begin
-
-ssi_end
-
diff --git a/test/ssi3.shtml b/test/ssi3.shtml deleted file mode 100644 index c7beb0f3..00000000 --- a/test/ssi3.shtml +++ /dev/null @@ -1,5 +0,0 @@ -
-ssi_begin
-
-ssi_end
-
diff --git a/test/ssi4.shtml b/test/ssi4.shtml deleted file mode 100644 index 5ad63329..00000000 --- a/test/ssi4.shtml +++ /dev/null @@ -1,5 +0,0 @@ -
-ssi_begin
-
-ssi_end
-
diff --git a/test/ssi5.shtml b/test/ssi5.shtml deleted file mode 100644 index 1db2a782..00000000 --- a/test/ssi5.shtml +++ /dev/null @@ -1,5 +0,0 @@ -
-ssi_begin
-
-ssi_end
-
diff --git a/test/ssi6.shtml b/test/ssi6.shtml deleted file mode 100644 index 4359baaf..00000000 --- a/test/ssi6.shtml +++ /dev/null @@ -1,5 +0,0 @@ -
-ssi_begin
-
-ssi_end
-
diff --git a/test/ssi7.shtml b/test/ssi7.shtml deleted file mode 100644 index 44a5add5..00000000 --- a/test/ssi7.shtml +++ /dev/null @@ -1,6 +0,0 @@ - -
-ssi_begin
-
-ssi_end
-
diff --git a/test/ssi8.shtml b/test/ssi8.shtml deleted file mode 100644 index ec7f8b3b..00000000 --- a/test/ssi8.shtml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test/ssi9.shtml b/test/ssi9.shtml deleted file mode 100644 index 4e837782..00000000 --- a/test/ssi9.shtml +++ /dev/null @@ -1,3 +0,0 @@ -ssi_begin - -ssi_end diff --git a/test/ssi_test.shtml b/test/ssi_test.shtml new file mode 100644 index 00000000..eb03d171 --- /dev/null +++ b/test/ssi_test.shtml @@ -0,0 +1,37 @@ + + + + + The HTML5 Herald + + + + + +

CivetWeb Server Side Include (SSI) Test Page

+

Note: Some of the tests below will only work on Windows, others only on Linux, and some probably not on all Linux distributions and all Windows versions.

+ +

Execute: "cd"

+ +

Execute: "pwd"

+ + +

File relative to current document: "hello.txt"

+ +

Short form: "hello.txt"

+ + +

File relative to document root: "hello.txt"

+ + +

File with absolute path: "C:\Windows\system.ini"

+ +

File with absolute path: "/etc/issue"

+ + +

Nested file relative to current documentt: "hello.shtml"

+ + + + +