fmt
This commit is contained in:
parent
cd4d778f05
commit
8adc4833fa
|
@ -167,7 +167,7 @@ pub fn lex_item(
|
||||||
*curr_offset += 1;
|
*curr_offset += 1;
|
||||||
break;
|
break;
|
||||||
} else if (c == b'\'' || c == b'"' || c == b'`') && quote_start.is_none() {
|
} else if (c == b'\'' || c == b'"' || c == b'`') && quote_start.is_none() {
|
||||||
if *curr_offset > 0 && input.get(*curr_offset - 1) == Some(&b'$'){
|
if *curr_offset > 0 && input.get(*curr_offset - 1) == Some(&b'$') {
|
||||||
if c == b'\'' || c == b'"' {
|
if c == b'\'' || c == b'"' {
|
||||||
string_interpolation = true;
|
string_interpolation = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user