Skip to content

Commit

Permalink
Strip invalid leading whitespace error uncovered by nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 11, 2009
1 parent b9e021d commit cfde605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeresource/test/base_test.rb
Expand Up @@ -47,7 +47,7 @@ def setup
{:name => 'Milena',
:children => []}]}]}.to_xml(:root => 'customer')
# - resource with yaml array of strings; for ActiveRecords using serialize :bar, Array
@marty = <<-eof
@marty = <<-eof.strip
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<person>
<id type=\"integer\">5</id>
Expand Down

0 comments on commit cfde605

Please sign in to comment.