After seemingly unrelated change to jackson-core (see FasterXML/jackson-core#983 ), one CBOR test case started failing in ParserNextXxxTest. It looks like END_ARRAY token comes from CBORParser.nextTextValue() as if maybe some initialization is missing, or ... something.
But I think this is related to #347; I think it's not a new bug but just being exposed by some change in sequence of actions.
@here-abarany I was wondering if you could help here?