Compare commits
1 commit
e0306bf3a5
...
faaa4aa237
Author | SHA1 | Date | |
---|---|---|---|
|
faaa4aa237 |
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ class TestSerde(unittest.TestCase):
|
|||
|
||||
self.assertEqual(doc.tags, ['filetag'])
|
||||
|
||||
h1_1, h1_2 = doc.getTopHeadlines()
|
||||
h1_1, h1_2 = doc.getTopLevelHeadlines()
|
||||
self.assertEqual(sorted(h1_1.tags), ['filetag', 'h1tag'])
|
||||
self.assertEqual(sorted(h1_2.tags), ['filetag', 'otherh1tag'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue