We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b6a9f commit d035dbcCopy full SHA for d035dbc
iptc/test/test_matches.py
@@ -216,7 +216,7 @@ def tearDown(self):
216
def test_comment(self):
217
comment = "comment test"
218
self.match.reset()
219
- self.match.comment = comment
+ self.match.comment = "\"%s\"" % (comment)
220
self.chain.insert_rule(self.rule)
221
self.assertEquals(self.match.comment.replace('"', ''), comment)
222
0 commit comments