Commit d8d3872
committed
Add NumberUtilsTest.testIsParsableFullWidthUnicodeJDK8326627()
The JDK ticket https://bugs.openjdk.org/browse/JDK-8326627
says:
From https://docs.oracle.com/javase%2F9%2Fdocs%2Fapi%2F%2F/java/lang/Float.html#valueOf-java.lang.String-,
https://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-3.10.2,
and https://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-Digits,
fullwidth Unicode digits are not applicable. Moved to JDK as an
enhancement.
Tested on Java 8, 11, 17, 21, and 251 parent eda7815 commit d8d3872
File tree
1 file changed
+16
-0
lines changed- src/test/java/org/apache/commons/lang3/math
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1027 | 1027 | | |
1028 | 1028 | | |
1029 | 1029 | | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
1030 | 1046 | | |
1031 | 1047 | | |
1032 | 1048 | | |
| |||
0 commit comments