Skip to content

Instantly share code, notes, and snippets.

@imathis
Created May 28, 2011 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imathis/996818 to your computer and use it in GitHub Desktop.
Save imathis/996818 to your computer and use it in GitHub Desktop.
move along, just testing a syntax highlighter
@@ -590,7 +590,7 @@ class SpritesTest < Test::Unit::TestCase
it "should generate a sprite from nested folders" do
css = render <<-SCSS
- @import "nested/*.png";
+ @import "nested/**/*.png";
@include all-nested-sprites;
SCSS
assert_correct css, <<-CSS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment