Added missing test snapshot
This commit is contained in:
parent
12e7d5e4b0
commit
81ef0b1adc
1 changed files with 42 additions and 0 deletions
42
src/text/snapshots/similar__text__lifetimes_on_iter.snap
Normal file
42
src/text/snapshots/similar__text__lifetimes_on_iter.snap
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
source: src/text/mod.rs
|
||||
expression: "&changes"
|
||||
---
|
||||
[
|
||||
Change {
|
||||
tag: Equal,
|
||||
old_index: Some(
|
||||
0,
|
||||
),
|
||||
new_index: Some(
|
||||
0,
|
||||
),
|
||||
value: "1\n",
|
||||
},
|
||||
Change {
|
||||
tag: Delete,
|
||||
old_index: Some(
|
||||
1,
|
||||
),
|
||||
new_index: None,
|
||||
value: "2\n",
|
||||
},
|
||||
Change {
|
||||
tag: Insert,
|
||||
old_index: None,
|
||||
new_index: Some(
|
||||
1,
|
||||
),
|
||||
value: "99\n",
|
||||
},
|
||||
Change {
|
||||
tag: Equal,
|
||||
old_index: Some(
|
||||
2,
|
||||
),
|
||||
new_index: Some(
|
||||
2,
|
||||
),
|
||||
value: "3\n",
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue