Fix extract_variable test
This commit is contained in:
parent
1b5bc83118
commit
b8276481e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue