Skip to content

Commit

Permalink
name Test name look a bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed May 22, 2024
1 parent e04ce0c commit 08f6145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_css_parsing_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def load_css_tests(filename)
css = test[0]
expected = test[1]

it "should parse: #{css.gsub("\n", "\\n")}" do
it "should parse: #{css.gsub("\n", "\\n").inspect}" do
parser = Crass::Parser.new(css)
rules = parser.consume_rules

Expand Down

0 comments on commit 08f6145

Please sign in to comment.