include zero-length strings in random inserts
svn: r15127
This commit is contained in:
parent
eac11bad65
commit
e0e7b390a3
|
@ -36,7 +36,7 @@
|
|||
(vector-ref v (random (vector-length v))))
|
||||
|
||||
(define (random-string)
|
||||
(random-elem '#("a" "x\ny\nz\n" "(define (f x)\n (+ x x))\n" "hello there")))
|
||||
(random-elem '#("a" "x\ny\nz\n" "(define (f x)\n (+ x x))\n" "hello there" "" "\n")))
|
||||
|
||||
(define seqs (make-hasheq))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user