11ty / webc

Single File Web Components
MIT License
1.32k stars 38 forks source link

test(looping): Add test for #179 #180

Open Zearin opened 1 year ago

Zearin commented 1 year ago

Adds a test to address Issue #179.

According to the WebC docs webc:for:

…works with Objects and any Iterable (String, Array, Map, Set, etc).


Currently a draft, as I don’t have the skill to make the test pass. ☹

Zearin commented 1 year ago

@zachleat Can you help get this test to pass?

Zearin commented 1 year ago

@zachleat Can you help me fix this bug? Currently, webc:for does not do what the docs say that it should.