mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
JS: Add TRAP test
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user