Files
codeql/javascript/ql/test/query-tests/Diagnostics/contains-template.js
Asger Feldthaus d2fad180f8 JS: Add test
2021-04-12 15:07:45 +01:00

5 lines
130 B
JavaScript

const obj = {
// Template where we can't parse `x x x` but surrounding file still OK
template: '<b [foo]="x x x"></a>'
};