comparison 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
comparison
equal deleted inserted replaced
70:a78c74c73d98 71:88adf10be709
1 #rem Should fail; #python file doesn't end in .py
2 #template not_pspx.dat
3 <!DOCTYPE html>
4 <html>
5 <head>
6 <title>Hello</title>
7 </head>
8 <body>
9 <h1>Hello Again, World</h1>
10 <p>The current time on the server is ${time}.</p>
11 </body>
12 </html>