add fragment runner and output for diffing
[scpubgit/DX.git] / fragment.output / bind
CommitLineData
11fecad8 1$ ?
2? dict ?X
3SetValue 0.X {{ }}
4? eq ?Y X
5? qact
6SetValue 0.X {{ }}
7? eq Y {{ foo 1 }}
8BindValue 0.Y 0.X
9? qact
10SetValue 0.X {{ }}
11BindValue 0.Y 0.X
12? .
13{{ X {{ }} Y {{ }} }}
14$ ?
15? dict ?X {{ foo {{ bar 1 }} }}
16SetValue 0.X {{ foo {{ bar 1 }} }}
17? member_at X 'foo' ?Y
18? member_at Y 'bar' ?Z
19BindValue 0.Y 0.X.foo
20? eq Z 2
21BindValue 0.Z 0.Y.bar
22? member_at Y 'baz' 4
23SetBoundValue 0.Z 2
24SetBoundValue 0.Y.bar 2
25SetValue 0.X.foo.bar 2
26? qact
27SetValue 0.X {{ foo {{ bar 1 }} }}
28SetValue 0.X.foo.bar 2
29BindValue 0.Y 0.X.foo
30BindValue 0.Z 0.Y.bar
31? .
32{{ X {{ foo {{ bar 2 }} }} Y {{ bar 2 }} Z 2 }}