From b19fe6ac45a441d0ff08952d5f3a081eb23bc2c3 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Fri, 22 Feb 2019 11:11:54 +0100 Subject: [PATCH] update test so patterns match --- test/test_cli.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_cli.py b/test/test_cli.py index ccb172f..9519d82 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -166,7 +166,10 @@ def test_incr_invalid(runner): def _add_project_files(*files): if "README.md" in files: with pl.Path("README.md").open(mode="wt", encoding="utf-8") as fh: - fh.write("Hello World v201701.0002-alpha !\n") + fh.write(""" + Hello World v201701.0002-alpha ! + aka. 201701.2a0 ! + """) if "setup.cfg" in files: with pl.Path("setup.cfg").open(mode="wt", encoding="utf-8") as fh: