Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MSch committed Sep 10, 2010
1 parent d9db619 commit 5ed78ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
{{/ines/ingrid/items}}
EOF

expected = [:multi,
[:static, "<h1>"],
expected = [:multi,
[:static, "<h1>"],
[:mustache, :etag, "../../header", nil],
[:static, "</h1>\n<div>"],
[:mustache, :etag, "./header", nil],
[:static, "\n"],
[:mustache, :etag, "./header", nil],
[:static, "\n"],
[:mustache, :etag, "hans/hubert/header", nil],
[:static, "</div>\n"],
[:static, "</div>\n"],
[:mustache, :section, "ines/ingrid/items", nil, [:multi,
[:static, "a\n"]]]]
tokens.should eq(expected)
Expand Down

0 comments on commit 5ed78ae

Please sign in to comment.