summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/css
diff options
context:
space:
mode:
authordenisanisimov <denis@vaadin.com>2014-01-30 11:38:59 +0200
committerdenisanisimov <denis@vaadin.com>2014-01-30 11:38:59 +0200
commitf52c25fbb87d4c872304323d8ab42ba6d3ea0497 (patch)
tree419eb9b3996280a29fd14c29e2e363c181a0eb06 /theme-compiler/tests/resources/sasslangbroken/css
parent0a77f5e526da11fd066ea257a0304e883fcc0402 (diff)
downloadvaadin-framework-f52c25fbb87d4c872304323d8ab42ba6d3ea0497.tar.gz
vaadin-framework-f52c25fbb87d4c872304323d8ab42ba6d3ea0497.zip
Fix false-negative sasslangbroken tests (#13275).
Change-Id: I184418667c1de63cbdbc26d75f2268415a8f06f9
Diffstat (limited to 'theme-compiler/tests/resources/sasslangbroken/css')
-rw-r--r--theme-compiler/tests/resources/sasslangbroken/css/350-test_interpolation.css3
-rw-r--r--theme-compiler/tests/resources/sasslangbroken/css/390-test_parent_selector_with_parent_and_subject.css3
2 files changed, 0 insertions, 6 deletions
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
index 8b44646800..0000000000
--- a/theme-compiler/tests/resources/sasslangbroken/css/350-test_interpolation.css
+++ /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
index 234fea7aa5..0000000000
--- a/theme-compiler/tests/resources/sasslangbroken/css/390-test_parent_selector_with_parent_and_subject.css
+++ /dev/null
@@ -1,3 +0,0 @@
-bar foo.baz! .bip {
- c: d;
-}