annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
71
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
1 #rem This page's code-behind has a valid programmatic forward, so
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 #rem it should succeed.
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
3 <!DOCTYPE html>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
4 <!-- This content will end up getting ignored. -->
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
5 <html>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
6 <head>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
7 <title>This Doesn't Matter</title>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
8 </head>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
9 <body>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
10 <h1>This doesn't matter</h1>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
11 <p>This content will never get rendered due to a programmatic
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
12 forward in the code-behind.</p>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
13 </body>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
14 </html>