We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aecf2f commit f3a19daCopy full SHA for f3a19da
1 file changed
_posts/2022-10-24-xmldiff-unit-tests.md
@@ -19,7 +19,7 @@ An example of this is below:
19
def test_group_to_xml_element(group_selinux):
20
group_el = group_selinux.to_xml_element()
21
assert group_el is not None
22
- assert group_el.tag == "{%s}Group" % XCCDF12_NS
+ assert group_el.tag == {% raw %} "{%s}Group" % XCCDF12_NS {% endraw %}
23
assert len(group_el.attrib) == 1
24
assert group_el.get("id") == "xccdf_org.ssgproject.content_group_selinux"
25
assert group_el.text is None
0 commit comments