Add mathml tag check #279
Annotations
2 errors
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid >
<template>
{{#let 'x' as |noop usedEl notUsed|}}
{{noop}}
<usedEl />
<undef.x />
<non-std-html-tag />
{{/let}}
</template>
:
tmp/eslint-plugin-ember-test/eslint-plugin-ember/tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L526
AssertionError: expected [ …(2) ] to have a length of 3 but got 2
- Expected
+ Received
- 3
+ 2
❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:526:30
|
eslint-plugin-ember
Process completed with exit code 1.
|