annotate tests/suite_02b_good_errors/files/good_errors.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 multiple error numbers
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 #errors 400 401 402 403 404 500 501
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 <pre>I/O, I/O, it’s off to disk I go!
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
11 You typed some junk,
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
12 and now it’s stunk.
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
13 I/O, I/O!
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
14 </pre>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
15 <p>It seems the resource at <kbd>${request.url}</kbd> can not be found.</p>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
16 </body>
88adf10be709 Add tests.
David Barts <n5jrn@me.com>
parents:
diff changeset
17 </html>