From 8abf43431ea67f7c3d7cc4faad816e2cddd4ac1d Mon Sep 17 00:00:00 2001 From: Mika Murtojarvi Date: Wed, 27 Nov 2013 09:26:07 +0200 Subject: Move working sass tests from sasslangbroken to sasslang. Change-Id: Ic503021884fd52b650f29df221cef3e69e8ef570 --- theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css | 3 +++ .../sasslang/css/390-test_parent_selector_with_parent_and_subject.css | 3 +++ .../tests/resources/sasslang/scss/350-test_interpolation.scss | 2 ++ .../scss/390-test_parent_selector_with_parent_and_subject.scss | 3 +++ .../tests/resources/sasslangbroken/css/350-test_interpolation.css | 3 --- .../css/390-test_parent_selector_with_parent_and_subject.css | 3 --- .../tests/resources/sasslangbroken/scss/350-test_interpolation.scss | 2 -- .../scss/390-test_parent_selector_with_parent_and_subject.scss | 3 --- 8 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css create mode 100644 theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.css create mode 100644 theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss create mode 100644 theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.scss delete mode 100644 theme-compiler/tests/resources/sasslangbroken/css/350-test_interpolation.css delete mode 100644 theme-compiler/tests/resources/sasslangbroken/css/390-test_parent_selector_with_parent_and_subject.css delete mode 100644 theme-compiler/tests/resources/sasslangbroken/scss/350-test_interpolation.scss delete mode 100644 theme-compiler/tests/resources/sasslangbroken/scss/390-test_parent_selector_with_parent_and_subject.scss 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 index 0000000000..8b44646800 --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css @@ -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.css b/theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.css new file mode 100644 index 0000000000..234fea7aa5 --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.css @@ -0,0 +1,3 @@ +bar foo.baz! .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 index 0000000000..bb9c9a2c8f --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss @@ -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.scss b/theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.scss new file mode 100644 index 0000000000..646238f379 --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.scss @@ -0,0 +1,3 @@ +$subject: "!"; +foo { + bar &.baz#{$subject} .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 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; -} 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 index bb9c9a2c8f..0000000000 --- a/theme-compiler/tests/resources/sasslangbroken/scss/350-test_interpolation.scss +++ /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 index 646238f379..0000000000 --- a/theme-compiler/tests/resources/sasslangbroken/scss/390-test_parent_selector_with_parent_and_subject.scss +++ /dev/null @@ -1,3 +0,0 @@ -$subject: "!"; -foo { - bar &.baz#{$subject} .bip {c: d}} -- cgit v1.2.3