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
1957
1957
checkError(""" """" , " unexpected end of input, offset: 0x00000001" )
1958
1958
checkError(""" """"" , " illegal timezone, offset: 0x00000001" )
1959
1959
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 " )
1961
1961
checkError(""" "XXX"""" , " illegal timezone, offset: 0x00000004" )
1962
1962
checkError(""" "+10="""" , " illegal timezone, offset: 0x00000005" )
1963
1963
checkError(""" "+10:"""" , " illegal timezone, offset: 0x00000005" )
You can’t perform that action at this time.
0 commit comments