Mercurial > cgi-bin > hgweb.cgi > tincan
diff tests/suite_15_prog_forward/files/bad.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_15_prog_forward/files/bad.pspx Mon Jul 15 13:16:31 2019 -0700 @@ -0,0 +1,14 @@ +#rem This page's code-behind has a bad programmatic forward, so +#rem it should fail with a 500 error. +<!DOCTYPE html> +<!-- This content will end up getting ignored. --> +<html> + <head> + <title>This Doesn't Matter</title> + </head> + <body> + <h1>This doesn't matter</h1> + <p>This content will never get rendered due to a programmatic + forward in the code-behind.</p> + </body> +</html>