comparison tests/suite_13_bad_python/files/garbage2.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 No #python, but should also fail because source is garbage.
2 <!DOCTYPE html>
3 <html>
4 <head>
5 <title>Hello</title>
6 </head>
7 <body>
8 <h1>Hello Again, World</h1>
9 <p>The current time on the server is ${time}.</p>
10 </body>
11 </html>