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.
1 parent fd52f37 commit 475abd3Copy full SHA for 475abd3
test/strings/types.jl
@@ -203,11 +203,10 @@
203
end
204
205
206
- @testset "proper nextind/prevind/thisind for SubString{String}" begin
207
- rng = MersenneTwister(1)
208
- strs = ["∀∃∀"*String(rand(rng, UInt8, 40))*"∀∃∀",
209
- String(rand(rng, UInt8, 50))]
210
- for s in strs
+ rng = MersenneTwister(1)
+ strs = ["∀∃∀"*String(rand(rng, UInt8, 40))*"∀∃∀",
+ String(rand(rng, UInt8, 50))]
+ @testset "proper nextind/prevind/thisind for SubString{String}: $(repr(s))" for s in strs
211
a = 0
212
while a <= ncodeunits(s)
213
a = nextind(s, a)
0 commit comments