Its just as I feared. Identifier parsing doesn't work!
This commit is contained in:
parent
e74aff3299
commit
fa1d8efe55
@ -31,7 +31,7 @@ data ro nestedObject:Obj
|
||||
.this
|
||||
.bird0 324
|
||||
.bird1 "hello world"
|
||||
data ro object:Obj
|
||||
data ro object:thing.thing.thing.thing
|
||||
.that 2139
|
||||
.this 324
|
||||
`, test)
|
||||
|
@ -22,7 +22,8 @@ data ro integerArrayInitialized:{Int 16}
|
||||
|
||||
# data wr mutIntegerPointerInit:{Int}:mut [& integer]
|
||||
|
||||
data ro object:Obj
|
||||
# TODO: maybe test identifiers somewhere else?
|
||||
data ro object:thing.thing.thing.thing
|
||||
.this 324
|
||||
.that 2139
|
||||
|
||||
|
Reference in New Issue
Block a user