aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/tests
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-28 09:17:08 +0100
committerAleksey Kladov <[email protected]>2018-08-28 09:17:08 +0100
commit363f466627db373fab23d1df94b7382223b8675a (patch)
treef22c779cf90096968488c7951c803f053473f11d /crates/libeditor/tests
parent2fa90e736b026ee979d9eb59178dc1f792228250 (diff)
tone down on eq typed
Diffstat (limited to 'crates/libeditor/tests')
-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