cabo / cbor-diag

CBOR diagnostic utilities
55 stars 10 forks source link

Indefinite length empty strings get lost #26

Open chrysn opened 3 months ago

chrysn commented 3 months ago
$ echo -n '\x7f\xff' | cbor2diag.rb
(_ )
$ echo -n '\x5f\xff' | cbor2diag.rb
(_ )

This should output ""_ or ''_, because the (_ ) does not contain the information about the major type any more.