File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
jsoniter-scala-core/shared/src/test/scala/com/github/plokhotnyuk/jsoniter_scala/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1957,7 +1957,7 @@ class JsonReaderSpec extends AnyWordSpec with Matchers with ScalaCheckPropertyCh
19571957 checkError(""" """" , " unexpected end of input, offset: 0x00000001" )
19581958 checkError(""" """"" , " illegal timezone, offset: 0x00000001" )
19591959 checkError(""" "+"""" , " illegal timezone, offset: 0x00000002" )
1960- // checkError(""""+1 """", "expected digit , offset: 0x00000003") FIXME: looks like a bug in ZoneId.of() parser
1960+ checkError(""" "+1X """" , " illegal timezone , offset: 0x00000004 " )
19611961 checkError(""" "XXX"""" , " illegal timezone, offset: 0x00000004" )
19621962 checkError(""" "+10="""" , " illegal timezone, offset: 0x00000005" )
19631963 checkError(""" "+10:"""" , " illegal timezone, offset: 0x00000005" )
You can’t perform that action at this time.
0 commit comments