Skip to content

Commit 9c7b4ea

Browse files
committed
Space added closes #2125. Thanks @devine for the detailed bug report
1 parent 249c087 commit 9c7b4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ matches the regex:
6363
6464
if 'Life, the Universe and Everything' ~~ / and / {
6565
say ~$/; # OUTPUT: «and␤»
66-
say $/.prematch; # OUTPUT: «Life, the Universe␤»
66+
say $/.prematch; # OUTPUT: «Life, the Universe ␤»
6767
say $/.postmatch; # OUTPUT: « Everything␤»
6868
say $/.from; # OUTPUT: «19␤»
6969
say $/.to; # OUTPUT: «22␤»

0 commit comments

Comments
 (0)