- From: <bugzilla@jessica.w3.org>
- Date: Sun, 31 Jul 2016 14:19:34 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29724 Abel Braaksma <abel.braaksma@xs4all.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abel.braaksma@xs4all.nl --- Comment #4 from Abel Braaksma <abel.braaksma@xs4all.nl> --- (In reply to Tim Mills from comment #3) > It says "braces cannot be escaped by using entity references". I honestly wouldn't know. The entity reference is in XML (the source of the test), gets parsed into "}", and then doesn't fit the production "Q" "{" [^{}]* "}". But I see it is written in a CDATA section. Which counters my suggestion above. It will result in a literal "}", which is indeed *not* illegal, but that may not have been the intent of the test when I wrote it. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 31 July 2016 14:19:43 UTC