lumiera_/tests/library/diff
Ichthyostega a73e5ffffe TreeMutator binding: change handling of AFTER(Ref::ATTRIBS)
this is a subtle change in the semantics of the diff language,
actually IMHO a change towards the better. It was prompted by the
desire to integrate diff application onto GenNode-trees into the
implementation framework based on TreeMutator, and do away with
the dedicated implementation.

Now it is a matter of the *selector* to decide if a given layer
is responsible for "attributes". If so, then *all* elements within
this layer count as "attribute" and an after(Ref::ATTRIBS) verb
will fast forward behind *the end of this layer*

Note that the meta token Ref::ATTRIBS is a named GenNode,
and thus trivially responds to isNamed() == true
2016-09-02 18:40:16 +02:00
..
diff-complex-application-test.cpp WIP: define binding behaviour for diff->GenNode 2016-09-01 22:58:08 +02:00
diff-index-table-test.cpp allow for iterative access to the snapshot data in the lookup table 2015-01-04 14:23:12 +01:00
diff-list-application-test.cpp WIP start definition with a basic tree diff example... 2015-10-02 18:47:44 +02:00
diff-list-generation-test.cpp Implementation of List Diff detection finished. Unit Test PASS 2015-01-04 15:13:16 +01:00
diff-tree-application-test.cpp a better name for the complex integration test 2016-08-29 17:52:35 +02:00
gen-node-basic-test.cpp add special iteration mechanism to visit enclosed child data 2016-02-05 04:03:11 +01:00
generic-record-representation-test.cpp better naming of Record::Mutator content moving operation 2016-03-03 22:58:33 +01:00
generic-record-update-test.cpp better naming of Record::Mutator content moving operation 2016-03-03 22:58:33 +01:00
tree-mutator-binding-test.cpp TreeMutator binding: change handling of AFTER(Ref::ATTRIBS) 2016-09-02 18:40:16 +02:00
tree-mutator-test.cpp complete two more long standing test definitions 2016-08-29 23:04:44 +02:00