comparison tests/suite_11_hidden/files/nothidden.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 Normal, unhidden page, should have a route made for it.
2 <!DOCTYPE html>
3 <html>
4 <head>
5 <title>Hello</title>
6 </head>
7 <body>
8 <h1>Hello, World (Not Hidden)</h1>
9 <p>This page was called on the route ${page.request.environ['PATH_INFO']}.</p>
10 </body>
11 </html>