mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 07:35:10 +01:00
remove regex chars: ^ and $ during replacement
This commit is contained in:
parent
023f9bffcd
commit
fa6d48fd9f
3 changed files with 12 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ def test_bump_final_v1():
|
|||
|
||||
|
||||
def test_bump_final_v2():
|
||||
print()
|
||||
raw_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
|
||||
cur_version = "v0.1.4b1"
|
||||
assert v2version.incr(cur_version, raw_pattern, major=True ) == "v1.0.0b0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue