Mercurial > cgi-bin > hgweb.cgi > tincan
view tests/suite_15_prog_forward/files/bad.pspx @ 72:e8b3b336e63e draft default tip
Update version.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 15 Jul 2019 13:17:48 -0700 |
parents | 88adf10be709 |
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>