comparison 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
comparison
equal deleted inserted replaced
70:a78c74c73d98 71:88adf10be709
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>