|
@@ -38,8 +38,8 @@ |
|
|
block discarded – undo |
|
38
|
38
|
): Parser { |
|
39
|
39
|
return Between::these($from, $to, Join::the(Repeatable::parser(AllOrNothing::in(Either::of( |
|
40
|
40
|
Map::the(($escape2 ?: $escape) . $escape, fn() => $escape), // escaped escape |
|
41
|
|
- Join::the(Sequence::of(Ignore::the($escape), $to)), // escaped end |
|
42
|
|
- Except::for($to, Any::symbol()), // anything else |
|
|
41
|
+ Join::the(Sequence::of(Ignore::the($escape), $to)), // escaped end |
|
|
42
|
+ Except::for ($to, Any::symbol()), // anything else |
|
43
|
43
|
))))); |
|
44
|
44
|
} |
|
45
|
45
|
} |
Please login to merge, or discard this patch.