JS: Add TRAP test

This commit is contained in:
Asger Feldthaus
2021-10-25 11:28:22 +02:00
parent c75e2d306d
commit ac62379b17
2 changed files with 403 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<div foo={{foo}}></div>
<div foo={{{foo}}}{{/foo}}/>
<div foo={{#foo}}{{/foo}}/>
<div foo=bar {{#foo}}{{/foo}}/>
<div foo=bar {{#foo}}bar={{baz}}{{/foo}}/>
</body>
</html>