- From: <bugzilla@jessica.w3.org>
- Date: Tue, 15 Jan 2013 22:15:43 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20674 --- Comment #3 from Michael Kay <mike@saxonica.com> --- I don't think we yet have mechanisms to make assertions against the binary encoding of the serialized output (though I remember thinking about how to do it). I think that the assert-serialization assertion is comparing characters, not bytes, and relies on you either (a) capturing the characters before they are encoded, or (b) decoding the binary serialization back to characters. So you should be able to normalize line endings at the character level. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 15 January 2013 22:15:44 UTC