Compare commits
1 Commits
faaa4aa237
...
e0306bf3a5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e0306bf3a5 |
@ -879,7 +879,7 @@ class TestSerde(unittest.TestCase):
|
|||||||
|
|
||||||
self.assertEqual(doc.tags, ['filetag'])
|
self.assertEqual(doc.tags, ['filetag'])
|
||||||
|
|
||||||
h1_1, h1_2 = doc.getTopLevelHeadlines()
|
h1_1, h1_2 = doc.getTopHeadlines()
|
||||||
self.assertEqual(sorted(h1_1.tags), ['filetag', 'h1tag'])
|
self.assertEqual(sorted(h1_1.tags), ['filetag', 'h1tag'])
|
||||||
self.assertEqual(sorted(h1_2.tags), ['filetag', 'otherh1tag'])
|
self.assertEqual(sorted(h1_2.tags), ['filetag', 'otherh1tag'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user