Fix extract_variable test
This commit is contained in:
parent
1b5bc83118
commit
b8276481e7
@ -287,7 +287,7 @@ fn foo() {
|
||||
extract_variable,
|
||||
r"
|
||||
fn foo() {
|
||||
$0{ let x = 0; x }$0
|
||||
$0{ let x = 0; x }$0;
|
||||
something_else();
|
||||
}",
|
||||
r"
|
||||
|
Loading…
x
Reference in New Issue
Block a user