Rewrote parser test case input files

This commit is contained in:
2022-09-27 14:17:15 -04:00
parent c4101dcd33
commit 873d6c89b1
6 changed files with 75 additions and 88 deletions

View File

@@ -1,9 +1,9 @@
:arf
---
data ro aInteger:Int:<3202>
data ro aInteger:Int: 3202
data ro bMutInteger:Int:mut:<3202>
data ro bMutInteger:Int:mut: 3202
data ro cIntegerPointer:{Int}
@@ -13,33 +13,24 @@ data ro eIntegerArray16:Int:16
data ro fIntegerArrayVariable:{Int ..}
data ro gIntegerArrayInitialized:Int:16:<
3948 293 293049 948 912
340 0 2304 0 4785 92
>
data ro gIntegerArrayInitialized:Int:16
(3948 293 293049 948 912
340 0 2304 0 4785 92)
data rw hIntegerPointerInit:{Int}:<[& integer]>
data rw hIntegerPointerInit:{Int} [& integer]
data rw iMutIntegerPointerInit:{Int}:mut:<[& integer]>
data rw iMutIntegerPointerInit:{Int}:mut
[& integer]
data ro jObject:Obj:(
.this:<324>
.that:<324>)
data ro kNestedObject:Obj:(
.this:(
.bird0:<324>
.bird1:<"hello world">)
.ro newMember:Int:<9023>
.that:(
.bird2:<123.8439>
.bird3:<9328.21348239>))
data ro jObject:Obj
(324
438)
data ro lMutIntegerArray16:Int:16:mut
data ro mExternalData:Int:8
external
data ro nIntegerArrayInitialized:Int:16:mut:
<3948 293 293049 948 912
340 0 2304 0 4785 92>
data ro nIntegerArrayInitialized:Int:16:mut
(3948 293 293049 948 912
340 0 2304 0 4785 92)