Skip to content

Commit

Permalink
Add a failing test for percent strings
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jan 9, 2014
1 parent a287de3 commit d33ae49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/cli/parser/string_spec.rb
Expand Up @@ -35,6 +35,7 @@
parsed('%Q{foo}').should == [:str, "foo"]
parsed('%Q[foo]').should == [:str, "foo"]
parsed('%Q(foo)').should == [:str, "foo"]
parsed('%Q<foo>').should == [:str, "foo"]
end

it "can parse empty strings" do
Expand Down

0 comments on commit d33ae49

Please sign in to comment.