include zero-length strings in random inserts

svn: r15127
This commit is contained in:
Matthew Flatt 2009-06-09 21:32:09 +00:00
parent eac11bad65
commit e0e7b390a3

View File

@ -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))