summaryrefslogtreecommitdiff
path: root/test/files/run/t3368-b.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-3368 Default to coalescing for 2.11Som Snytt2015-04-161-0/+89
Preserve current behavior (no PCData nodes, only Text) for 2.11. The coalescing flag is on if enabled or if source level is not 2.12 and no flag was supplied. The subtle change is that adjacent Text nodes are thereby coalesced. This happens in the presence of CData sections, but this is at the discretion of the parser anyway. Also, no PCData nodes are emitted under coalescing, even if there were no sibling text nodes. That is the correct behavior: the general idea is that coalescing mode says, I only want to deal with text.