comparison tests/suite_02a_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
comparison
equal deleted inserted replaced
70:a78c74c73d98 71:88adf10be709
1 #rem test the case without any explicit error number
2 #errors
3 <!DOCTYPE html>
4 <html>
5 <head>
6 <title>${error.status_line}</title>
7 </head>
8 <body>
9 <h1>${error.status_line}</h1>
10 <pre>I/O, I/O, it’s off to disk I go!
11 You typed some junk,
12 and now it’s stunk.
13 I/O, I/O!
14 </pre>
15 <p>It seems the resource at <kbd>${request.url}</kbd> can not be found.</p>
16 </body>
17 </html>