This commit is contained in:
2026-02-14 15:50:05 -05:00
parent 8bfe979093
commit 94818e25fe
31 changed files with 25 additions and 191 deletions

7
test/error/README.md Normal file
View File

@@ -0,0 +1,7 @@
# error
This is expected to return the following error:
```
Error loading page: www/index.lua line:6(column:6) near 'return': syntax error
```

6
test/error/www/index.lua Normal file
View File

@@ -0,0 +1,6 @@
local fes = require("fes")
local site = fes.fes()
site.
return site