otakup0pe / avakas

Tooling to assist with Semantic Version Manipulation and Representation
http://ohno.computer/post/144362045508/a-codified-opinion-on-semantic-versioning
MIT License
2 stars 5 forks source link

sketchy date test ? #88

Open otakup0pe opened 3 years ago

otakup0pe commented 3 years ago
not ok 33 set a prerelease w/date
# (in test file tests/integration/prerelease.bats, line 89)
#   `[[ "$output" =~ ^1.2.3\-1.${ALMOST}[0-9]{2}$ ]]' failed
# Version set to 1.2.3
# 1.2.3-1.20210204052259
# '1.2.3-1.20210204052259' does not match the expected '^1.2.3\-1.202102040523[0-9]{2}$'

failed 2/3 times locally