warriordog/mooltipage

Tests for expressions in the attributes of custom tags

开放

#5 创建于 2020年8月10日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (4 个派生)auto 404
good first issuetests

仓库指标

星标
 (1 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南