diff tests/suite_03_good_forward/files/original.pspx @ 71:88adf10be709 draft

Add tests.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:16:31 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/suite_03_good_forward/files/original.pspx	Mon Jul 15 13:16:31 2019 -0700
@@ -0,0 +1,12 @@
+#rem This is the original page. We don't ever actually request it
+#rem via its route; we access it via various forwards as tests.
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Original Page</title>
+  </head>
+  <body>
+    <h1>Original Page</h1>
+    <p>This is the original page.</p>
+  </body>
+</html>