We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd8c8b commit 0333992Copy full SHA for 0333992
2 files changed
README.md
@@ -178,6 +178,10 @@ The list of support languages may grow over time.
178
179
## Release Notes
180
181
+### 2.5.3
182
+
183
+* Added unit test for floating point error with code "40822.schol".
184
185
### 2.5.2
186
187
* Added locale support.
test/unittest.c
@@ -1523,6 +1523,7 @@ static int testDecodeRobustness(void) {
1523
nrTests += testCorrectDecode("MEX 49.4V", tc);
1524
nrTests += testCorrectDecode("NLD XX.XX", TERRITORY_NONE);
1525
nrTests += testCorrectDecode("MX XX.XX", TERRITORY_NONE);
1526
+ nrTests += testCorrectDecode("AAA 40822.schol", TERRITORY_NONE);
1527
1528
s1[0] = 0;
1529
nrTests += testIncorrectDecode(s1, TERRITORY_NONE);
0 commit comments