diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-12-02 21:07:40 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-12-05 02:52:23 +0100 |
| commit | 3d72e80ccf0f382f03a1c9407c4728862c5bca91 (patch) | |
| tree | d5ed66c7b2d2a8fe697eeccb35a0884977143f32 /core/encoding/entity/example/test.html | |
| parent | 2dd67dba89732b89adb0199bc0a99de4cbc34e8f (diff) | |
[xml] Implement optional unboxing of CDATA and decoding of tag values.
Diffstat (limited to 'core/encoding/entity/example/test.html')
| -rw-r--r-- | core/encoding/entity/example/test.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/encoding/entity/example/test.html b/core/encoding/entity/example/test.html index 60e32bf03..62a0bb35a 100644 --- a/core/encoding/entity/example/test.html +++ b/core/encoding/entity/example/test.html @@ -16,9 +16,11 @@ <div id="test_cdata_in_comment" foo="">
Foozle]! © <!-- <![CDATA[ ® ]]> -->42&;1234&
</div>
+ <!-- EXPECTED: Foozle]! © 42&;1234& -->
<div id="test_cdata_unwrap_and_passthrough">
Foozle]! © <![CDATA[BOX ® /BOX]]>42&;1234&
</div>
+ <!-- EXPECTED: Foozle]! © BOX ® /BOX42&;1234& -->
<div>
| | | fj ` \ ® ϱ ∳
</div>
|