Skip to content

Commit

Permalink
Merge branch 'master' into delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
raws committed Apr 20, 2011
2 parents 92e2613 + ccd8f6c commit 4485554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/string_parser_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class StringParserTest < ParserTestCase
assert_parsed 'foo"bar"', ['foo"bar"']
assert_parsed "foo'bar'", ["foo'bar'"]
assert_parsed "'foo\"bar", ["'foo\"bar"]
assert_parsed "foo/bar", ["foo/bar"]
assert_parsed "/foo/bar", ["/foo/bar"]
assert_parsed "/foo/bar/", ["/foo/bar/"]
end

test "multiple naked string arguments" do
Expand Down

0 comments on commit 4485554

Please sign in to comment.