Changeset 338 for cpp


Ignore:
Timestamp:
03/19/15 00:52:20 (9 years ago)
Author:
Maciej Komosinski
Message:

One more invalid (de)serialization example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/loader_test_param.in

    r334 r338  
    5757#invalid serialization examples ahead
    5858data:
    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])
     60x1:@Serialized:[[1,2,3],^2,[3,2,1]]
     61# ^3 references the nonexistent objects (the last one is ^2=[3,2,1])
    6062x1:@Serialized:[[1,2,3],^3,[3,2,1]]
    6163# 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.