convert the output of str(document) to the format used in the testcases
# File lib/feed_tools/vendor/html5/tests/preamble.rb, line 27 def convertTreeDump(treedump) treedump.split(/\n/)[1..-1].map { |line| (line.length > 2 and line[0] == ||) ? line[3..-1] : line }.join("\n") end
Generated with the Darkfish Rdoc Generator 2.