]> source.dussan.org Git - vaadin-framework.git/commitdiff
Move a sass test that no longer fails.
authorMika Murtojarvi <mika@vaadin.com>
Wed, 27 Nov 2013 11:29:51 +0000 (13:29 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 27 Nov 2013 14:07:26 +0000 (14:07 +0000)
Change-Id: Ic83330cbea688be1c30aa89cad9524016617be8d

theme-compiler/tests/resources/sasslang/css/369-test_mixins_with_empty_args.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/369-test_mixins_with_empty_args.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/369-test_mixins_with_empty_args.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/369-test_mixins_with_empty_args.scss [deleted file]

diff --git a/theme-compiler/tests/resources/sasslang/css/369-test_mixins_with_empty_args.css b/theme-compiler/tests/resources/sasslang/css/369-test_mixins_with_empty_args.css
new file mode 100644 (file)
index 0000000..234d524
--- /dev/null
@@ -0,0 +1,3 @@
+.foo {
+  a: b;
+}
diff --git a/theme-compiler/tests/resources/sasslang/scss/369-test_mixins_with_empty_args.scss b/theme-compiler/tests/resources/sasslang/scss/369-test_mixins_with_empty_args.scss
new file mode 100644 (file)
index 0000000..f608979
--- /dev/null
@@ -0,0 +1,3 @@
+@mixin foo() {a: b}
+
+.foo {@include foo();}
diff --git a/theme-compiler/tests/resources/sasslangbroken/css/369-test_mixins_with_empty_args.css b/theme-compiler/tests/resources/sasslangbroken/css/369-test_mixins_with_empty_args.css
deleted file mode 100644 (file)
index 234d524..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-.foo {
-  a: b;
-}
diff --git a/theme-compiler/tests/resources/sasslangbroken/scss/369-test_mixins_with_empty_args.scss b/theme-compiler/tests/resources/sasslangbroken/scss/369-test_mixins_with_empty_args.scss
deleted file mode 100644 (file)
index f608979..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-@mixin foo() {a: b}
-
-.foo {@include foo();}