From 08b63b535ab1302112373871f96c7a2ce43605ad Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Sun, 10 Jan 2016 17:51:57 -0700 Subject: [PATCH] Marko v3: Added test case for conditional attribute --- .../autotest-pending/conditional-attributes/template.marko | 3 --- .../conditional-attributes/expected.html | 0 .../render/autotest/conditional-attributes/template.marko | 3 +++ .../conditional-attributes/test.js | 0 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 test/fixtures/render/autotest-pending/conditional-attributes/template.marko rename test/fixtures/render/{autotest-pending => autotest}/conditional-attributes/expected.html (100%) create mode 100644 test/fixtures/render/autotest/conditional-attributes/template.marko rename test/fixtures/render/{autotest-pending => autotest}/conditional-attributes/test.js (100%) diff --git a/test/fixtures/render/autotest-pending/conditional-attributes/template.marko b/test/fixtures/render/autotest-pending/conditional-attributes/template.marko deleted file mode 100644 index e8b4e00ed..000000000 --- a/test/fixtures/render/autotest-pending/conditional-attributes/template.marko +++ /dev/null @@ -1,3 +0,0 @@ -
-
-
\ No newline at end of file diff --git a/test/fixtures/render/autotest-pending/conditional-attributes/expected.html b/test/fixtures/render/autotest/conditional-attributes/expected.html similarity index 100% rename from test/fixtures/render/autotest-pending/conditional-attributes/expected.html rename to test/fixtures/render/autotest/conditional-attributes/expected.html diff --git a/test/fixtures/render/autotest/conditional-attributes/template.marko b/test/fixtures/render/autotest/conditional-attributes/template.marko new file mode 100644 index 000000000..11070b3c1 --- /dev/null +++ b/test/fixtures/render/autotest/conditional-attributes/template.marko @@ -0,0 +1,3 @@ +
+
+
\ No newline at end of file diff --git a/test/fixtures/render/autotest-pending/conditional-attributes/test.js b/test/fixtures/render/autotest/conditional-attributes/test.js similarity index 100% rename from test/fixtures/render/autotest-pending/conditional-attributes/test.js rename to test/fixtures/render/autotest/conditional-attributes/test.js