warriordog/mooltipage

Tests for expressions in the attributes of custom tags

Offen

#5 geöffnet am 10.08.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (4 Forks)auto 404
good first issuetests

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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 }}" />

Contributor Guide