Mercurial > cgi-bin > hgweb.cgi > tincan
comparison tests/suite_14_bad_template/files/too_many_dotdots.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 make load choke; too many ..'s. | |
2 #template ../files/hello.pspx | |
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> |