Closed keilw closed 1 year ago
Retest with 17+
There seems to have been a change in JDK's own formatters because until Java 13 the Indian formatting passes against "INR 6,78,90,00,00,00,000.00" while the blank is missing (making it consistent with e.g. Chinese formatting) from Java 14 onward: "INR6,78,90,00,00,00,000.00". This is mainly a test problem and for affected tests a JDK version check is introduced.
While the Indian Rupee formatting tests work below Java 14, they fail from JDK 14 on.