summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_Changelog.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_Changelog.py b/tests/test_Changelog.py
index 8f807ee..a22731f 100644
--- a/tests/test_Changelog.py
+++ b/tests/test_Changelog.py
@@ -302,6 +302,8 @@ def test_add_entry():
True
>>> 'Test add entry' in cl['Changes']
True
+ >>> cl['Changes'].split('*',1)[1]
+ ' Test add section\\n * Test add entry'
>>> os.chdir(olddir)
>>> os.path.abspath(os.path.curdir) == olddir
True