warriordog/mooltipage
Tests for expressions in the attributes of custom tags
Ouverte
#5 ouverte le 10 août 2020
good first issuetests
Métriques du dépôt
- Stars
- (1 étoile)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Test situations involving expressions in the attributes of custom tags. This has been implicitly tested in many places, but explicit testing is needed of all custom attributes with both types of expressions (handlebars and template string) wherever applicable.
For clarity, here is an example of the situation described:
<m-var component-name="foo-component" />
<m-var component-path="components/${ $.componentName }/fragment.html" />
<m-fragment src="{{ $.componentPath }}" />