Block
This post is used for testing tag plugins. See docs for more info.
Block Quote
Normal blockquote
Praesent diam elit, interdum ut pulvinar placerat, imperdiet at magna.
Code Block
Normal code block
alert('Hello World!');
print "Hello world"
Highlight code block
print "Hello world"
def foo
puts 'foo'
end
1
2
3
def foo
puts 'foo'
end
Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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 |