Added test case with multiple type qualifiers
This commit is contained in:
parent
98a88b71be
commit
0b71ab8787
@ -34,5 +34,18 @@ data ro kNestedObject:Obj
|
|||||||
.that
|
.that
|
||||||
.bird2 123.8439
|
.bird2 123.8439
|
||||||
.bird3 9328.21348239
|
.bird3 9328.21348239
|
||||||
|
data ro lMutIntegerArray16:Int:16:mut
|
||||||
|
data ro mIntegerArrayInitialized:Int:16:mut
|
||||||
|
3948
|
||||||
|
293
|
||||||
|
293049
|
||||||
|
948
|
||||||
|
912
|
||||||
|
340
|
||||||
|
0
|
||||||
|
2304
|
||||||
|
0
|
||||||
|
4785
|
||||||
|
92
|
||||||
`, test)
|
`, test)
|
||||||
}
|
}
|
||||||
|
@ -35,3 +35,9 @@ data ro kNestedObject:Obj
|
|||||||
.that
|
.that
|
||||||
.bird2 123.8439
|
.bird2 123.8439
|
||||||
.bird3 9328.21348239
|
.bird3 9328.21348239
|
||||||
|
|
||||||
|
data ro lMutIntegerArray16:Int:16:mut
|
||||||
|
|
||||||
|
data ro mIntegerArrayInitialized:Int:16:mut
|
||||||
|
3948 293 293049 948 912
|
||||||
|
340 0 2304 0 4785 92
|
||||||
|
Reference in New Issue
Block a user