annotate tests/suite_06_bad_forward_missing/files/good_errors_2.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 Test the case with multiple error numbers
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 #errors 500 503
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 <html>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
5 <head>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
6 <title>${error.status_line}</title>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
7 </head>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
8 <body>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
9 <h1>${error.status_line}</h1>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
10 <p>How embarrassing! It seems there was an internal error serving
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
11 <kbd>${request.url}</kbd></p>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
12 </body>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
13 </html>