Mercurial > cgi-bin > hgweb.cgi > tincan
annotate tests/suite_15_prog_forward/files/good.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 |
rev | line source |
---|---|
71 | 1 #rem This page's code-behind has a valid programmatic forward, so |
2 #rem it should succeed. | |
3 <!DOCTYPE html> | |
4 <!-- This content will end up getting ignored. --> | |
5 <html> | |
6 <head> | |
7 <title>This Doesn't Matter</title> | |
8 </head> | |
9 <body> | |
10 <h1>This doesn't matter</h1> | |
11 <p>This content will never get rendered due to a programmatic | |
12 forward in the code-behind.</p> | |
13 </body> | |
14 </html> |