aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-04-08 21:32:38 -0400
committerEduardo Julian2022-04-08 21:32:38 -0400
commit120ebb44dbb1a20fc150e5e58099f90be2e61d49 (patch)
tree32bcc24d1a48989faf4207bbce423c483b9ce1ba /stdlib/source/test/aedifex/project.lux
parent0d909187d5b9effcd08f533d50af7d29c0d6bfd8 (diff)
Better names for random text/character generators.
Diffstat (limited to 'stdlib/source/test/aedifex/project.lux')
-rw-r--r--stdlib/source/test/aedifex/project.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/aedifex/project.lux b/stdlib/source/test/aedifex/project.lux
index cf3a93e52..c191a5f83 100644
--- a/stdlib/source/test/aedifex/project.lux
+++ b/stdlib/source/test/aedifex/project.lux
@@ -28,7 +28,7 @@
(Random [//.Name //.Profile])
(|> @profile.random
(random#each (has //.#parents (list)))
- (random.and (random.ascii/alpha 1))))
+ (random.and (random.alphabetic 1))))
(def: .public random
(Random /.Project)
@@ -62,7 +62,7 @@
(and (not (text#= super_name name))
(not (text#= dummy_name name))
(not (text#= sub_name name))))
- (random.ascii/alpha 1))
+ (random.alphabetic 1))
.let [project (all (# /.monoid composite)
(/.project super_name super_profile)
(/.project dummy_name dummy_profile)