more snapshots
This commit is contained in:
parent
2f13fe1c8d
commit
631826d4e9
1 changed files with 126 additions and 0 deletions
126
src/text/snapshots/likewise__text__inline__line_ops_inline.snap
Normal file
126
src/text/snapshots/likewise__text__inline__line_ops_inline.snap
Normal file
|
|
@ -0,0 +1,126 @@
|
||||||
|
---
|
||||||
|
source: src/text/inline.rs
|
||||||
|
expression: "&changes"
|
||||||
|
---
|
||||||
|
[
|
||||||
|
InlineChange {
|
||||||
|
tag: Insert,
|
||||||
|
old_index: None,
|
||||||
|
new_index: Some(
|
||||||
|
0,
|
||||||
|
),
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"Stuff\n",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
InlineChange {
|
||||||
|
tag: Equal,
|
||||||
|
old_index: Some(
|
||||||
|
0,
|
||||||
|
),
|
||||||
|
new_index: Some(
|
||||||
|
1,
|
||||||
|
),
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"Hello World\n",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
InlineChange {
|
||||||
|
tag: Delete,
|
||||||
|
old_index: Some(
|
||||||
|
1,
|
||||||
|
),
|
||||||
|
new_index: None,
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"some ",
|
||||||
|
),
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"stuff here\n",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
InlineChange {
|
||||||
|
tag: Insert,
|
||||||
|
old_index: None,
|
||||||
|
new_index: Some(
|
||||||
|
2,
|
||||||
|
),
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"some ",
|
||||||
|
),
|
||||||
|
(
|
||||||
|
true,
|
||||||
|
"amazing ",
|
||||||
|
),
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"stuff here\n",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
InlineChange {
|
||||||
|
tag: Equal,
|
||||||
|
old_index: Some(
|
||||||
|
2,
|
||||||
|
),
|
||||||
|
new_index: Some(
|
||||||
|
3,
|
||||||
|
),
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"some more stuff here\n",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
InlineChange {
|
||||||
|
tag: Delete,
|
||||||
|
old_index: Some(
|
||||||
|
3,
|
||||||
|
),
|
||||||
|
new_index: None,
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"\n",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
InlineChange {
|
||||||
|
tag: Delete,
|
||||||
|
old_index: Some(
|
||||||
|
4,
|
||||||
|
),
|
||||||
|
new_index: None,
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"Aha stuff here\n",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
InlineChange {
|
||||||
|
tag: Delete,
|
||||||
|
old_index: Some(
|
||||||
|
5,
|
||||||
|
),
|
||||||
|
new_index: None,
|
||||||
|
values: [
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
"and more stuff",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue