Add NoFinishHook and new Myer's implementation (#11)
This commit is contained in:
parent
a1d78c9be6
commit
0341515380
11 changed files with 407 additions and 150 deletions
|
|
@ -54,8 +54,10 @@ expression: "&changes"
|
|||
value: "some",
|
||||
},
|
||||
Change {
|
||||
tag: Insert,
|
||||
old_index: None,
|
||||
tag: Equal,
|
||||
old_index: Some(
|
||||
5,
|
||||
),
|
||||
new_index: Some(
|
||||
5,
|
||||
),
|
||||
|
|
@ -70,10 +72,8 @@ expression: "&changes"
|
|||
value: "amazing",
|
||||
},
|
||||
Change {
|
||||
tag: Equal,
|
||||
old_index: Some(
|
||||
5,
|
||||
),
|
||||
tag: Insert,
|
||||
old_index: None,
|
||||
new_index: Some(
|
||||
7,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue