From 3c02ba01ffefdde845f2a9f73a1e6070f6ddaed4 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Fri, 5 Feb 2016 09:59:11 -0700 Subject: [PATCH] Marko v3: Moved over pending test --- .../render/autotest-pending/attrs-custom-tag/template.marko | 1 - .../custom-tag-data-arg2}/expected.html | 0 .../fixtures/render/autotest/custom-tag-data-arg2/template.marko | 1 + .../attrs-custom-tag => autotest/custom-tag-data-arg2}/test.js | 0 4 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 test/fixtures/render/autotest-pending/attrs-custom-tag/template.marko rename test/fixtures/render/{autotest-pending/attrs-custom-tag => autotest/custom-tag-data-arg2}/expected.html (100%) create mode 100644 test/fixtures/render/autotest/custom-tag-data-arg2/template.marko rename test/fixtures/render/{autotest-pending/attrs-custom-tag => autotest/custom-tag-data-arg2}/test.js (100%) diff --git a/test/fixtures/render/autotest-pending/attrs-custom-tag/template.marko b/test/fixtures/render/autotest-pending/attrs-custom-tag/template.marko deleted file mode 100644 index 1f094aa61..000000000 --- a/test/fixtures/render/autotest-pending/attrs-custom-tag/template.marko +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/test/fixtures/render/autotest-pending/attrs-custom-tag/expected.html b/test/fixtures/render/autotest/custom-tag-data-arg2/expected.html similarity index 100% rename from test/fixtures/render/autotest-pending/attrs-custom-tag/expected.html rename to test/fixtures/render/autotest/custom-tag-data-arg2/expected.html diff --git a/test/fixtures/render/autotest/custom-tag-data-arg2/template.marko b/test/fixtures/render/autotest/custom-tag-data-arg2/template.marko new file mode 100644 index 000000000..62be202b0 --- /dev/null +++ b/test/fixtures/render/autotest/custom-tag-data-arg2/template.marko @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test/fixtures/render/autotest-pending/attrs-custom-tag/test.js b/test/fixtures/render/autotest/custom-tag-data-arg2/test.js similarity index 100% rename from test/fixtures/render/autotest-pending/attrs-custom-tag/test.js rename to test/fixtures/render/autotest/custom-tag-data-arg2/test.js