-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
It seems the CDATA scanning is behaving different after below commit,
49a31c0
For example if it has to scan <div></div>
it just scans till <div
and then append CDATA closing <div]]
. Rest of the contents are not scanned.
I guess it is due to addition of below condition,
else if (c == '>') {
// don't add the ]] to the buffer
return false;
}
49a31c0#diff-c0ef5d78bafd2e2d032b106fd0ca50086966f97030bd6b6f4403d8f5ebe39f87R2490
I am using version 3.11.1
Any help here will be really appreciated.
Metadata
Metadata
Assignees
Labels
No labels