diff options
author | Eduardo Julian | 2018-05-13 12:59:13 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-05-13 12:59:13 -0400 |
commit | bb2ec42843ba0f13adafe1f2f4a7b2820fbcaafa (patch) | |
tree | 679a19d763813e6b61aa6dfc05eacd817d971f22 /stdlib/test/test/lux.lux | |
parent | e1a46ec687d5da858912cf3ee32e61a8d3bfc985 (diff) |
- Added dedicated unicode support for text.
- Minor refactoring.
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux index 1f0a6e115..3c731ebc4 100644 --- a/stdlib/test/test/lux.lux +++ b/stdlib/test/test/lux.lux @@ -15,8 +15,8 @@ (<| (times +100) (do @ [size (|> r.nat (:: @ map (|>> (n/% +100) (n/max +10)))) - x (r.text size) - y (r.text size)] + x (r.unicode size) + y (r.unicode size)] ($_ seq (test "Every value is identical to itself, and the 'id' function doesn't change values in any way." (and (is? x x) |