diff tests/suite_11_hidden/files/hidden.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_11_hidden/files/hidden.pspx	Mon Jul 15 13:16:31 2019 -0700
@@ -0,0 +1,12 @@
+#rem This is hidden, so should not have a route made for it.
+#hidden
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Hello (Hidden)</title>
+  </head>
+  <body>
+    <h1>Hello, World (Hidden)</h1>
+    <p>This page was called on the route ${page.request.environ['PATH_INFO']}.</p>
+  </body>
+</html>