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
Copy file name to clipboardExpand all lines: fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/NumberFormatSymbolsInfo.java
Copy file name to clipboardExpand all lines: fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/ConfigurableDoubleParserTest.java
Copy file name to clipboardExpand all lines: fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/ConfigurableDoubleParserTestDataFactory.java
+5-3
Original file line number
Diff line number
Diff line change
@@ -187,14 +187,16 @@ public static List<NumberTestData> createCustomArabianNumberFormatSymbolsTestDat
list.add(newNumberTestData(locale + " customized locale, U+061C followed by '-' sign, with U+061C as a format symbol", locale, symbols2, true, "\u061C-١٢٣٬٤٥٦٫٧٨٩", null));
199
+
list.add(newNumberTestData(locale + " customized locale, U+061C not followed by '-' sign, with U+061C as a format symbol", locale, symbols2, true, "\u061C١٢٣٬٤٥٦٫٧٨٩", -123_456.789));
0 commit comments