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