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 合併指標
 (30 天內沒有已合併 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 }}" />

貢獻者指南