Rewrote test cases with new syntax
This commit is contained in:
@@ -25,16 +25,17 @@ data ro gIntegerArrayInitialized:Int:16
|
||||
# TODO: maybe test identifiers somewhere else?
|
||||
data ro jObject:thing.Thing.
|
||||
thing.thing
|
||||
.this 324
|
||||
.that 2139
|
||||
-- this 324
|
||||
-- that 2139
|
||||
|
||||
data ro kNestedObject:Obj
|
||||
.this
|
||||
.bird0 324
|
||||
.bird1 "hello world"
|
||||
.that
|
||||
.bird2 123.8439
|
||||
.bird3 9328.21348239
|
||||
-- this
|
||||
-- bird0 324
|
||||
-- bird1 "hello world"
|
||||
ro newMember:Int 9023
|
||||
-- that
|
||||
-- bird2 123.8439
|
||||
-- bird3 9328.21348239
|
||||
|
||||
data ro lMutIntegerArray16:Int:16:mut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user