diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/suite_06_bad_forward_missing/files/good_errors_2.pspx	Mon Jul 15 13:16:31 2019 -0700
@@ -0,0 +1,13 @@
+#rem Test the case with multiple error numbers
+#errors 500 503
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>${error.status_line}</title>
+  </head>
+  <body>
+    <h1>${error.status_line}</h1>
+    <p>How embarrassing! It seems there was an internal error serving
+    <kbd>${request.url}</kbd></p>
+  </body>
+</html>