google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 471 forks source link

Removing "Special case" comment and duplicate test #453

Closed bocops closed 3 years ago

bocops commented 3 years ago

Tests claimed to be "special cases" are only special while encoding but not while decoding. Relevant tests of lat/long overflow exist in encoding.csv, and can stay here as regular tests but not "special cases".

Fixes https://github.com/google/open-location-code/issues/447