diff options
author | Henri Sara <hesara@vaadin.com> | 2012-11-26 14:49:55 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-11-26 14:49:55 +0200 |
commit | e87d3ac6027d48bfcdb4d77ec28a1eb3181c0ee8 (patch) | |
tree | 19b3232ac6a4b898cde0f0eed8835110475fd70a /theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css | |
parent | befa3fe32effffc2ef616aca63761c321d8144c5 (diff) | |
download | vaadin-framework-e87d3ac6027d48bfcdb4d77ec28a1eb3181c0ee8.tar.gz vaadin-framework-e87d3ac6027d48bfcdb4d77ec28a1eb3181c0ee8.zip |
Refactor tests imported from the sass-lang project (#9751)
Currently broken tests are separated from those that succeed.
Change-Id: Iefb8a44464b62d332277fc15c678e160277b49ee
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css b/theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css deleted file mode 100644 index 8b44646800..0000000000 --- a/theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css +++ /dev/null @@ -1,3 +0,0 @@ -ul li#foo a span.label { - foo: bar; -} |