view tests/suite_10_bad_forward_error_norm/files/normal.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 source

#rem A normal page, should get a route created for it.
<!DOCTYPE html>
<html>
  <head>
    <title>Hello</title>
  </head>
  <body>
    <h1>Hello, World</h1>
    <p>This page was called on the route ${page.request.environ['PATH_INFO']}.</p>
  </body>
</html>