Skip to content

Commit a73c11e

Browse files
bpsmstuarthalloway
authored andcommitted
(ASCII 127, 0x7f, DEL) is not a printable ascii character
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
1 parent 4eefa80 commit a73c11e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/clojure/test/generative/generators.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ instance you can get a repeatable basis for tests."
127127
(defn printable-ascii-char
128128
"Returns a random printable ascii character."
129129
[]
130-
(core/char (uniform 32 128)))
130+
(core/char (uniform 32 127)))
131131

132132
(defn char
133133
"Returns a random character in the range 0-65536."

0 commit comments

Comments
 (0)