We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06636e4 + d699c5f commit 83f92a5Copy full SHA for 83f92a5
STD.pm6
@@ -637,13 +637,15 @@ token ws {
637
}
638
639
token unsp {
640
- \\ <?before [\s|'#'] >
641
- :dba('unspace')
642
[
643
- | <.vws>
644
- | <.unv>
645
- | $ { $¢.moreinput }
646
- ]*
+ \\ <?before [\s|'#'] >
+ :dba('unspace')
+ [
+ | <.vws>
+ | <.unv>
+ | $ { $¢.moreinput }
647
+ ]*
648
+ ]+
649
650
651
token vws {
0 commit comments