php-semver icon indicating copy to clipboard operation
php-semver copied to clipboard

add version test case but fail

Open minkbear opened this issue 10 years ago • 2 comments

When i add test case like this:

'1.2.3+02.5.a' => array('M' => 1, 'm' => 2, 'p' => 3, 'pr' => array(), 'b' => array('02', 5, 'a')),

It's fail. What do you think of this test case? because there is test case in case of without pre-release.

minkbear avatar Aug 13 '15 06:08 minkbear

Which version of the library are you using?

vierbergenlars avatar Sep 15 '15 09:09 vierbergenlars

@vierbergenlars v3.0.1

minkbear avatar Nov 25 '15 04:11 minkbear