mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-15 17:33:51 +01:00
refactor: quoted-tick -> quoted-backtick
This commit is contained in:
parent
a5140322ff
commit
389e9617a9
5 changed files with 16 additions and 15 deletions
|
|
@ -584,7 +584,7 @@ mod tests {
|
|||
let named_pat = vec![
|
||||
parse_pattern_name("quoted-single").unwrap(),
|
||||
parse_pattern_name("quoted-double").unwrap(),
|
||||
parse_pattern_name("quoted-tick").unwrap(),
|
||||
parse_pattern_name("quoted-backtick").unwrap(),
|
||||
];
|
||||
|
||||
let custom = vec![];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue