summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-02-20 17:18:05 +0100
committerGuido Günther <agx@sigxcpu.org>2015-02-20 18:47:30 +0100
commita2a37ea2f99152c70ee4386b30ed280831aee150 (patch)
treea9b7707682c8540dbaae3b68ecb4e0ce7f6cae8b /tests
parentce03d4f27a474e3f7ede0bdbcd25081cf963e1c8 (diff)
Don't output additional newlines
introduced by 0a4725c045a5a55592dafd41c6ef6f9bab4791cd
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