File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ scientific = do
328
328
dotty <- A. peekWord8
329
329
-- '.' -> ascii 46
330
330
SP c e <- case dotty of
331
- Just 46 -> A. anyWord8 *> (f <$> A. takeWhile isDigit_w8)
331
+ Just 46 -> A. anyWord8 *> (f <$> A. takeWhile1 isDigit_w8)
332
332
_ -> pure (SP n 0 )
333
333
334
334
let ! signedCoeff | positive = c
Original file line number Diff line number Diff line change @@ -667,11 +667,6 @@ _blacklist = HashSet.fromList [
667
667
, " i_string_not_in_unicode_range.json"
668
668
, " i_string_truncated-utf-8.json"
669
669
, " i_structure_UTF-8_BOM_empty_object.json"
670
- , " n_number_-2..json"
671
- , " n_number_0.e1.json"
672
- , " n_number_2.e+3.json"
673
- , " n_number_2.e-3.json"
674
- , " n_number_2.e3.json"
675
670
, " n_number_neg_int_starting_with_zero.json"
676
671
, " n_number_real_without_fractional_part.json"
677
672
, " n_number_with_leading_zero.json"
You can’t perform that action at this time.
0 commit comments