Skip to content

Int, Long and Byte-Arrays are incorrectly simplified #45

@Lianecx

Description

@Lianecx

Input:
String: [B;1b,2b,3b,]
Parsed: { type: 'byteArray', value: { type: 'byte', value: [ 1, 2, 3 ] } }

Expected:
[1, 2, 3]

Actual:
{ type: 'byte', value: [ 1, 2, 3 ] }

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions