Skip to content

Commit 3032234

Browse files
author
Matthew McDole
committed
Fix broken atom test
1 parent c9b36f5 commit 3032234

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"entries": [
3+
{
4+
"content": {
5+
"type": "text",
6+
"value": "History of the <blink> tag"
7+
}
8+
}
9+
],
10+
"version": "1.0"
11+
}
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
{
2-
"entries": [
3-
{
4-
"content": {
5-
"type": "text",
6-
"value": "History of the <blink> tag"
7-
}
8-
}
9-
],
10-
"version": "1.0"
11-
}
1+
<!--
2+
Description: entry content with explicit type='text' contains brackets that are not markup
3+
Expect: not bozo and entries[0]['content'][0]['value'] == 'History of the <blink> tag'
4+
-->
5+
<feed xmlns="http://www.w3.org/2005/Atom">
6+
<entry>
7+
<content type="text">History of the &lt;blink&gt; tag</content>
8+
</entry>
9+
</feed>

0 commit comments

Comments
 (0)