mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
Enhance
This commit is contained in:
parent
b7e1a5b051
commit
aacf9dc8bd
1 changed files with 1 additions and 1 deletions
|
|
@ -711,7 +711,7 @@ impl<'run, 'src> Parser<'run, 'src> {
|
|||
// Check if the next tokens are a format string, i.e., `f"foo"`.
|
||||
//
|
||||
// This function skips initial whitespace tokens, but thereafter is
|
||||
// whitespace-sensitive, so `f"foo"` is a shell-expanded string, whereas `f
|
||||
// whitespace-sensitive, so `f"foo"` is a format string, whereas `f
|
||||
// "foo"` is not.
|
||||
fn next_is_format_string(&self) -> bool {
|
||||
let mut tokens = self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue