Lines Matching refs:separators
747 // J doesn't allow trailing separators before E but C does
762 // Parsing stops at comma as it is different from other separators
772 // C allows trailing separators when there is a prefix and suffix.
773 // J allows trailing separators only when there is just a prefix.
782 // J bails. Doesn't allow trailing separators when there is prefix and suffix.
807 // J bails b/c of trailing separators
808 // C parses until trailing separators, but sees -1234
811 // J bails because of trailing separators
827 // separators in wrong place cause failure, no separators ok.
831 // JDK does allow separators in the wrong place and parses as -5347.25
838 // Strict doesn't allow separators in sci notation.
840 // JDK and S allow separators in sci notation and parses as -342.5
848 // With strict digit separators don't have to be the right type
851 // In general the grouping separators have to match their expected
853 // have no separators at all.
855 // JDK doesn't require separators to be in the right place.
1548 test trailing grouping separators in pattern