]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix false-negative sasslangbroken tests (#13275).
authordenisanisimov <denis@vaadin.com>
Thu, 30 Jan 2014 09:38:59 +0000 (11:38 +0200)
committerdenisanisimov <denis@vaadin.com>
Thu, 30 Jan 2014 09:38:59 +0000 (11:38 +0200)
Change-Id: I184418667c1de63cbdbc26d75f2268415a8f06f9

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

diff --git a/theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css b/theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css
new file mode 100644 (file)
index 0000000..8b44646
--- /dev/null
@@ -0,0 +1,3 @@
+ul li#foo a span.label {
+  foo: bar;
+}
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
new file mode 100644 (file)
index 0000000..646238f
--- /dev/null
@@ -0,0 +1,3 @@
+$subject: "!";
+foo {
+  bar &.baz#{$subject} .bip {c: d}}
diff --git a/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss b/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss
new file mode 100644 (file)
index 0000000..bb9c9a2
--- /dev/null
@@ -0,0 +1,2 @@
+$bar : "#foo";
+ul li#{$bar} a span.label { foo: bar; }
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
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/sasslangbroken/css/350-test_interpolation.css b/theme-compiler/tests/resources/sasslangbroken/css/350-test_interpolation.css
deleted file mode 100644 (file)
index 8b44646..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-ul li#foo a span.label {
-  foo: bar;
-}
diff --git a/theme-compiler/tests/resources/sasslangbroken/css/390-test_parent_selector_with_parent_and_subject.css b/theme-compiler/tests/resources/sasslangbroken/css/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/sasslangbroken/scss/350-test_interpolation.scss b/theme-compiler/tests/resources/sasslangbroken/scss/350-test_interpolation.scss
deleted file mode 100644 (file)
index bb9c9a2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-$bar : "#foo";
-ul li#{$bar} a span.label { foo: bar; }
diff --git a/theme-compiler/tests/resources/sasslangbroken/scss/390-test_parent_selector_with_parent_and_subject.scss b/theme-compiler/tests/resources/sasslangbroken/scss/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}}