We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b8dd4 commit d6dd00aCopy full SHA for d6dd00a
1 file changed
tests/test_libcomxml.py
@@ -219,8 +219,8 @@ class Namespaces(unittest.TestCase):
219
def setUp(self):
220
self.xml = "<?xml version='1.0' encoding='UTF-8'?>\n"
221
self.xml += "<rss "
222
- self.xml += "xmlns:opensearch=\"http://a9.com/-/spec/opensearch/1.1/\" "
223
self.xml += "xmlns:atom=\"http://www.w3.org/2005/Atom\" "
+ self.xml += "xmlns:opensearch=\"http://a9.com/-/spec/opensearch/1.1/\" "
224
self.xml += "version=\"2.0\">"
225
self.xml += "<channel><link>http://example.com/New+York+history</link>"
226
self.xml += "<atom:link "
0 commit comments