You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yield ['55°60.17\'', RangeException::class, '[RangeException] Minutes must be between 0 and 59, got "55°60.17\'".'];
yield ['55:60:32', RangeException::class, '[RangeException] Minutes must be between 0 and 59, got "55:60:32".'];
yield ['55:20:60', RangeException::class, '[RangeException] Seconds must be between 0 and 59, got "55:20:60".'];
The text was updated successfully, but these errors were encountered:
It sounds like that geo-parser miss some out-of-ranges.
Geo-Parser SHALL throw range exception with these data :
Two of these new tests fail (just add them in the
dataSourceBad
providergeo-parser/tests/LongitudeOne/Geo/String/Tests/ParserTest.php
Line 33 in d7c6088
The text was updated successfully, but these errors were encountered: