comparison 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
comparison
equal deleted inserted replaced
70:a78c74c73d98 71:88adf10be709
1 #rem This is hidden, so should not have a route made for it.
2 #hidden
3 <!DOCTYPE html>
4 <html>
5 <head>
6 <title>Hello (Hidden)</title>
7 </head>
8 <body>
9 <h1>Hello, World (Hidden)</h1>
10 <p>This page was called on the route ${page.request.environ['PATH_INFO']}.</p>
11 </body>
12 </html>