accept empty snippet regex replace elements
This commit is contained in:
parent
617f09adc4
commit
47420db516
1 changed files with 2 additions and 2 deletions
|
@ -311,9 +311,9 @@ mod parser {
|
|||
seq!(
|
||||
"/",
|
||||
// TODO parse as ECMAScript and convert to rust regex
|
||||
non_empty(text(&['/'], &['/'])),
|
||||
text(&['/'], &['/']),
|
||||
"/",
|
||||
one_or_more(choice!(
|
||||
zero_or_more(choice!(
|
||||
format(),
|
||||
// text doesn't parse $, if format fails we just accept the $ as text
|
||||
map("$", |_| FormatItem::Text("$".into())),
|
||||
|
|
Loading…
Add table
Reference in a new issue