From e87d3ac6027d48bfcdb4d77ec28a1eb3181c0ee8 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 26 Nov 2012 14:49:55 +0200 Subject: Refactor tests imported from the sass-lang project (#9751) Currently broken tests are separated from those that succeed. Change-Id: Iefb8a44464b62d332277fc15c678e160277b49ee --- .../resources/sasslangbroken/css/181-update_stylesheet.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 theme-compiler/tests/resources/sasslangbroken/css/181-update_stylesheet.css (limited to 'theme-compiler/tests/resources/sasslangbroken/css/181-update_stylesheet.css') diff --git a/theme-compiler/tests/resources/sasslangbroken/css/181-update_stylesheet.css b/theme-compiler/tests/resources/sasslangbroken/css/181-update_stylesheet.css new file mode 100644 index 0000000000..61903b39ec --- /dev/null +++ b/theme-compiler/tests/resources/sasslangbroken/css/181-update_stylesheet.css @@ -0,0 +1,11 @@ +filename { + imported: /test/sass/templates/_filename_fn_import.scss; +} + +filename { + local: /test/sass/templates/filename_fn.scss; + local-mixin: /test/sass/templates/filename_fn.scss; + local-function: /test/sass/templates/filename_fn.scss; + imported-mixin: /test/sass/templates/_filename_fn_import.scss; + imported-function: /test/sass/templates/_filename_fn_import.scss; +} -- cgit v1.2.3