Changeset 338 for cpp/frams/_demos
- Timestamp:
- 03/19/15 00:52:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/loader_test_param.in
r334 r338 57 57 #invalid serialization examples ahead 58 58 data: 59 # ^3 references the object occuring after the reference - only back references are allowed (here: ^0=whole object or ^1=[1,2,3]) 59 # ^2 references the object occuring after the reference - only back references are allowed (here: ^0=whole object or ^1=[1,2,3]) 60 x1:@Serialized:[[1,2,3],^2,[3,2,1]] 61 # ^3 references the nonexistent objects (the last one is ^2=[3,2,1]) 60 62 x1:@Serialized:[[1,2,3],^3,[3,2,1]] 61 63 # whitespaces are not allowed (except before numeric types, as a side effect of "whitespace+number" being valid number)
Note: See TracChangeset
for help on using the changeset viewer.