diff --git a/test/fixtures/render/autotest-pending/template-tag-dynamic-attributes/expected.html b/test/fixtures/render/autotest/template-tag-dynamic-attributes/expected.html similarity index 100% rename from test/fixtures/render/autotest-pending/template-tag-dynamic-attributes/expected.html rename to test/fixtures/render/autotest/template-tag-dynamic-attributes/expected.html diff --git a/test/fixtures/render/autotest-pending/template-tag-dynamic-attributes/template.marko b/test/fixtures/render/autotest/template-tag-dynamic-attributes/template.marko similarity index 100% rename from test/fixtures/render/autotest-pending/template-tag-dynamic-attributes/template.marko rename to test/fixtures/render/autotest/template-tag-dynamic-attributes/template.marko diff --git a/test/fixtures/render/autotest-pending/template-tag-dynamic-attributes/test.js b/test/fixtures/render/autotest/template-tag-dynamic-attributes/test.js similarity index 100% rename from test/fixtures/render/autotest-pending/template-tag-dynamic-attributes/test.js rename to test/fixtures/render/autotest/template-tag-dynamic-attributes/test.js diff --git a/test/fixtures/taglib/scanned-tags/test-template-tag-dynamic-attributes/template.marko b/test/fixtures/taglib/scanned-tags/test-template-tag-dynamic-attributes/template.marko new file mode 100644 index 000000000..4f512183a --- /dev/null +++ b/test/fixtures/taglib/scanned-tags/test-template-tag-dynamic-attributes/template.marko @@ -0,0 +1 @@ +Hello ${data.name}! \ No newline at end of file