Re: Bug 1318

From: ts <decoux@...>
Date: 2004-04-23 12:04:07 UTC
List: ruby-core #2806
>>>>> "S" == Steven Jenkins <steven.jenkins@ieee.org> writes:

S> http://www.ruby-lang.org/cgi-bin/ruby-bugs/incoming?id=1318

 Not really sure, but seems a problem with REXML. Add a character and it
 will work

 Try it with

$testdata = %Q{ <calibration>
<section name="parameters">
<param name="barpress">760</param>
<param name="hertz">50</param>
</section>
</calibration>
}


 see the ' ' after %Q{


Guy Decoux


In This Thread