3.6 "full" packages

Avi Bryant avi at beta4.com
Mon Jul 28 23:27:41 UTC 2003


On Mon, 28 Jul 2003, Michael Rueger wrote:

> And line end conventions don't matter :-)

Then shouldn't this pass?  It doesn't:

testLineEndingsDoNotMatter
  |text cr crlf|
  text :=
'<foo>
bar
baz
</foo>'.
  cr = XMLDOMParser parseDocumentFrom: text readStream.
  crlf = XMLDOMParser parseDocumentFrom: text withInternetLineEndings readStream.
  self assert:
   (cr elements first contents first string) =
     (crlf elements first contents first string).





More information about the Squeak-dev mailing list