aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/tests/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libeditor/tests/test.rs')
-rw-r--r--crates/libeditor/tests/test.rs18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/libeditor/tests/test.rs b/crates/libeditor/tests/test.rs
index 17926d5ae..2be54215a 100644
--- a/crates/libeditor/tests/test.rs
+++ b/crates/libeditor/tests/test.rs
@@ -266,15 +266,15 @@ fn test_on_eq_typed() {
266 assert_eq_text!(after, &actual); 266 assert_eq_text!(after, &actual);
267 } 267 }
268 268
269 do_check(r" 269// do_check(r"
270fn foo() { 270// fn foo() {
271 let foo =<|> 271// let foo =<|>
272} 272// }
273", r" 273// ", r"
274fn foo() { 274// fn foo() {
275 let foo =; 275// let foo =;
276} 276// }
277"); 277// ");
278 do_check(r" 278 do_check(r"
279fn foo() { 279fn foo() {
280 let foo =<|> 1 + 1 280 let foo =<|> 1 + 1