Skip to content

Commit dcb567d

Browse files
committed
Make xtest pass
1 parent c047f87 commit dcb567d

File tree

4 files changed

+26
-19
lines changed

4 files changed

+26
-19
lines changed

doc/Language/containers.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ lists:
293293
294294
my $x = ^Inf .grep: *.is-prime;
295295
say "$_ is prime" for @$x; # WRONG! List keeps values, thus leaking memory
296-
say "$_ is prime" for $x<>; # RIGHT. Simply decont the Seq
296+
say "$_ is prime" for $x<>; # RIGHT. Simply decontainerize the Seq
297297
298298
my $y := ^Inf .grep: *.is-prime; # Even better; no Scalars involved at all
299299

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ account. The process takes about 5 minutes and some e-mail back and forth.
622622
623623
=end item
624624
625-
=item Go to L<PAUSE|https://pause.perl.org/>, login and click on
625+
=item Go to L<PAUSE|https://pause.perl.org/>, log in and click on
626626
L<Upload a file to CPAN|https://pause.perl.org/pause/authenquery?ACTION=add_uri>.
627627
628628
=item Make sure you select C<Perl6> as the I<Target Directory>. For

xt/code.pws

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1+
12
aaaa
23
aaaaa
4+
àáâãäåæ
35
aaab
46
aaaxbbxc
57
aabb
8+
aachen
69
aao
10+
aäo
11+
åäö
712
aapl
13+
aaron
814
abab
915
ababab
1016
abababa
1117
abacabadabacaba
1218
abba
19+
abbas
20+
abbasid
1321
abbbbbcdddddeffg
1422
abcd
1523
abcde
@@ -34,10 +42,14 @@ ailemacxflip
3442
aj
3543
algebradebugger
3644
algebraparser
45+
amd
3746
ame
3847
amet
3948
anotherrole
4049
ao
50+
aöä
51+
äộñ
52+
äöüß
4153
apoint
4254
apperling
4355
aq
@@ -48,9 +60,6 @@ autolines
4860
axxxbxxxc
4961
ay
5062
azc
51-
aäo
52-
53-
aöä
5463
bada
5564
bak
5665
barz
@@ -97,6 +106,7 @@ conditionvariable
97106
consectetur
98107
cvvf
99108
cx
109+
czf
100110
daemonize
101111
dddddeff
102112
ddthh
@@ -159,6 +169,7 @@ foox
159169
fooy
160170
fooz
161171
forgetit
172+
formattingcode
162173
fptr
163174
frob
164175
frobnicate
@@ -223,6 +234,7 @@ mday
223234
messageboxa
224235
meth
225236
modulename
237+
møp
226238
moveup
227239
msnapper
228240
msvc
@@ -246,7 +258,6 @@ mystruct
246258
mysum
247259
mytype
248260
myunion
249-
møp
250261
nana
251262
nbr
252263
nbsp
@@ -277,6 +288,7 @@ outahere
277288
oxooo
278289
parentclass
279290
parseint
291+
pêrl
280292
perly
281293
plustwo
282294
postorder
@@ -285,7 +297,6 @@ priv
285297
prog
286298
ptestpass
287299
pwstruct
288-
pêrl
289300
qqrq
290301
quietlevel
291302
quux
@@ -357,6 +368,7 @@ twodim
357368
txt
358369
typehouse
359370
uares
371+
üị
360372
uia
361373
ull
362374
unitish
@@ -392,8 +404,3 @@ zl
392404
zp
393405
zwelp
394406
zz
395-
àáâãäåæ
396-
äöüß
397-
äộñ
398-
åäö
399-
üị

xt/words.pws

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@ invalidqualifier
501501
invcw
502502
invocable
503503
invocant
504-
invocant's
505504
invocantmarker
506505
invocants
506+
invocant's
507507
invocationprotocol
508508
ipc
509509
irc
@@ -759,8 +759,8 @@ oub
759759
outblock
760760
outdented
761761
outdents
762-
outer's
763762
outers
763+
outer's
764764
outliers
765765
outofrange
766766
ov
@@ -824,8 +824,8 @@ postfixes
824824
postgresql
825825
postmatch
826826
pragma
827-
pragma's
828827
pragmas
828+
pragma's
829829
pre
830830
precomp
831831
precompilation
@@ -847,8 +847,8 @@ promisestatus
847847
propname
848848
proscriptive
849849
proto
850-
proto's
851850
protoregexes
851+
proto's
852852
prototyped
853853
pseudopackage
854854
pseudostash
@@ -883,9 +883,9 @@ radixoutofrange
883883
raja
884884
rakuda
885885
rakudo
886-
rakudo's
887886
rakudobrew
888887
rakudolib
888+
rakudo's
889889
ratstr
890890
readably
891891
readchars
@@ -975,8 +975,8 @@ semnum
975975
semop
976976
sendonclosed
977977
sep
978-
seq's
979978
seqs
979+
seq's
980980
serializable
981981
sessionstorage
982982
setbagmix
@@ -1093,8 +1093,8 @@ substr
10931093
substring
10941094
substrings
10951095
subtest
1096-
subtest's
10971096
subtests
1097+
subtest's
10981098
subthread
10991099
subtree
11001100
subtype

0 commit comments

Comments
 (0)