Skip to content

Commit bef222d

Browse files
committed
JS: Add placeholder in attribute to trap test
1 parent 4923bda commit bef222d

File tree

2 files changed

+717
-460
lines changed

2 files changed

+717
-460
lines changed

javascript/extractor/tests/generatedcode/input/test.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ <h1>{{title}}</h1>
1010
var data2 = {{ user_data2 | json | safe }};
1111
var data3 = <%- user_data3 %>;
1212
</script>
13+
<a href="{{ attr1 }}" title="{{{ attr2 }}}" data-foo="<%- attr3 %>"
14+
data-bar=" {{ attr4 }} "></a>
1315
</body>
1416
</html>

0 commit comments

Comments
 (0)