(self)
| 665 | """ Test that `AtomicStrings` are honored (not parsed). """ |
| 666 | |
| 667 | def setUp(self): |
| 668 | self.md = markdown.Markdown() |
| 669 | self.inlineprocessor = self.md.treeprocessors['inline'] |
| 670 | |
| 671 | def testString(self): |
| 672 | """ Test that a regular string is parsed. """ |
nothing calls this directly
no outgoing calls
no test coverage detected