]> source.dussan.org Git - vaadin-framework.git/commitdiff
Move Sass test files to the correct locations.
authorMika Murtojarvi <mika@vaadin.com>
Mon, 3 Feb 2014 15:38:12 +0000 (17:38 +0200)
committerMika Murtojarvi <mika@vaadin.com>
Thu, 6 Feb 2014 15:00:28 +0000 (17:00 +0200)
Change-Id: Ie2c8b77420ea1f20471093479d57fcc2f484685c

theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.css [deleted file]
theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.scss [new file with mode: 0644]

diff --git a/theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.css b/theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.css
new file mode 100644 (file)
index 0000000..234fea7
--- /dev/null
@@ -0,0 +1,3 @@
+bar foo.baz! .bip {
+  c: d;
+}
diff --git a/theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.scss b/theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.scss
deleted file mode 100644 (file)
index 646238f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-$subject: "!";
-foo {
-  bar &.baz#{$subject} .bip {c: d}}
diff --git a/theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.css b/theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.css
deleted file mode 100644 (file)
index 234fea7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-bar foo.baz! .bip {
-  c: d;
-}
diff --git a/theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.scss b/theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.scss
new file mode 100644 (file)
index 0000000..646238f
--- /dev/null
@@ -0,0 +1,3 @@
+$subject: "!";
+foo {
+  bar &.baz#{$subject} .bip {c: d}}