Skip to content

Commit

Permalink
Reformatted to 80 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Nov 16, 2008
1 parent 9bef9d0 commit 126259d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/addressable/uri_spec.rb
Expand Up @@ -4079,15 +4079,17 @@ def to_str


it "should not match when extracting values " + it "should not match when extracting values " +
"using the pattern " + "using the pattern " +
"'http://{host}/{-suffix|/|segments}?{-join|&|one,bogus}\#{fragment}'" do "'http://{host}/{-suffix|/|segments}?" +
"{-join|&|one,bogus}\#{fragment}'" do
@uri.extract_mapping( @uri.extract_mapping(
"http://{host}/{-suffix|/|segments}?{-join|&|one,bogus}\#{fragment}" "http://{host}/{-suffix|/|segments}?{-join|&|one,bogus}\#{fragment}"
).should == nil ).should == nil
end end


it "should not match when extracting values " + it "should not match when extracting values " +
"using the pattern " + "using the pattern " +
"'http://{host}/{-suffix|/|segments}?{-join|&|one,two,bogus}\#{fragment}'" do "'http://{host}/{-suffix|/|segments}?" +
"{-join|&|one,two,bogus}\#{fragment}'" do
@uri.extract_mapping( @uri.extract_mapping(
"http://{host}/{-suffix|/|segments}?{-join|&|one,two,bogus}\#{fragment}" "http://{host}/{-suffix|/|segments}?{-join|&|one,two,bogus}\#{fragment}"
).should == { ).should == {
Expand Down

0 comments on commit 126259d

Please sign in to comment.