Mercurial > cgi-bin > hgweb.cgi > tincan
view tests/suite_15_prog_forward/files/good.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 valid programmatic forward, so #rem it should succeed. <!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>