test: add a test for inclusion in SPAs

This commit is contained in:
Andy Burke 2025-12-04 14:59:14 -08:00
parent 1220f1a370
commit 75439172c9
3 changed files with 3 additions and 0 deletions

View file

@ -2,5 +2,6 @@
<html>
<body>
<h1>SPA PAGE</h1>
<!-- #include file="./test_include.html" -->
</body>
</html>

View file

@ -0,0 +1 @@
<h2>test include</h2>