Mercurial > cgi-bin > hgweb.cgi > tincan
view tests/suite_14_bad_template/files/not_pspx.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 source
#rem Should fail; #python file doesn't end in .py #template not_pspx.dat <!DOCTYPE html> <html> <head> <title>Hello</title> </head> <body> <h1>Hello Again, World</h1> <p>The current time on the server is ${time}.</p> </body> </html>