summaryrefslogtreecommitdiffstats
path: root/src/edits.rs
diff options
context:
space:
mode:
authorath3 <ha05190@protonmail.com>2019-10-16 05:06:08 +0200
committerath3 <ha05190@protonmail.com>2019-10-16 05:06:08 +0200
commitad17e22d5f76f07d01885653ebd27f236845a1c4 (patch)
tree7d69ea3899917beb67a80e7500cc13b7d9029530 /src/edits.rs
parent1d4b208e4c15f68729c6a8d5e2b138a10e8e44a5 (diff)
Changed the tests to reflect the change
Diffstat (limited to 'src/edits.rs')
-rw-r--r--src/edits.rs9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/edits.rs b/src/edits.rs
index 7a28824c..615e2181 100644
--- a/src/edits.rs
+++ b/src/edits.rs
@@ -247,7 +247,8 @@ mod tests {
" ",
"coalesce_edits",
"<",
- "'a",
+ "'",
+ "a",
",",
" ",
"EditOperation",
@@ -266,10 +267,12 @@ mod tests {
" ",
"coalesce_edits",
"<",
- "'a",
+ "'",
+ "a",
",",
" ",
- "'b",
+ "'",
+ "b",
",",
" ",
"EditOperation",