guid_ispermalink_attr_multiple.xml - sfeed_tests - sfeed tests and RSS and Atom… | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
guid_ispermalink_attr_multiple.xml (379B) | |
--- | |
1 <item> | |
2 <guid ispermalink="false" ispermalink="true">guid</guid> | |
3 </item> | |
4 | |
5 <item> | |
6 <guid ispermalink="true" ispermalink="false">guid</guid> | |
7 </item> | |
8 | |
9 <item> | |
10 <guid ispermalink="false" ispermalink="wrong">guid</guid> | |
11 </item> | |
12 | |
13 <!-- note: the last attribute is treated as "false" (non-"true") here, n… | |
14 <item> | |
15 <guid ispermalink="true" ispermalink="wrong">guid</guid> | |
16 </item> |