view tests/suite_15_prog_forward/files/bad.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 This page's code-behind has a bad programmatic forward, so
#rem it should fail with a 500 error.
<!DOCTYPE html>
<!-- This content will end up getting ignored. -->
<html>
  <head>
    <title>This Doesn't Matter</title>
  </head>
  <body>
    <h1>This doesn't matter</h1>
    <p>This content will never get rendered due to a programmatic
       forward in the code-behind.</p>
  </body>
</html>