]> source.dussan.org Git - vaadin-framework.git/commit
Move passing Sass tests from sasslangbroken to sasslang.
authorMika Murtojarvi <mika@vaadin.com>
Wed, 12 Feb 2014 13:50:18 +0000 (15:50 +0200)
committerMika Murtojarvi <mika@vaadin.com>
Wed, 12 Feb 2014 13:59:43 +0000 (15:59 +0200)
commit3a9327925b2d987430866a6ec1806a4b35ff2697
tree8ee1b0ff5f9fa8eb8230216442b5d1b50a7f67d4
parent40e07d0172532ebf5750b8c2aab5ec892e42cdab
Move passing Sass tests from sasslangbroken to sasslang.

Change-Id: Iac66afbcc2e0e1bdeb417bfe8292f57e4d2287df
24 files changed:
theme-compiler/tests/resources/sasslang/css/36-test_extend_self_loop.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/37-test_extend_warns_when_extendee_doesnt_exist.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/38-test_extend_warns_when_extension_fails.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/57-test_long_extendee_requires_all_selectors.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/60-test_long_extender_aborts_unification.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/71-test_nested_extender_aborts_unification.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/36-test_extend_self_loop.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/37-test_extend_warns_when_extendee_doesnt_exist.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/38-test_extend_warns_when_extension_fails.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/57-test_long_extendee_requires_all_selectors.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/60-test_long_extender_aborts_unification.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/71-test_nested_extender_aborts_unification.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/36-test_extend_self_loop.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/css/37-test_extend_warns_when_extendee_doesnt_exist.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/css/38-test_extend_warns_when_extension_fails.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/css/57-test_long_extendee_requires_all_selectors.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/css/60-test_long_extender_aborts_unification.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/css/71-test_nested_extender_aborts_unification.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/36-test_extend_self_loop.scss [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/37-test_extend_warns_when_extendee_doesnt_exist.scss [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/38-test_extend_warns_when_extension_fails.scss [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/57-test_long_extendee_requires_all_selectors.scss [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/60-test_long_extender_aborts_unification.scss [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/71-test_nested_extender_aborts_unification.scss [deleted file]