diff options
author | Eduardo Julian | 2021-03-16 19:09:01 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-03-16 19:09:01 -0400 |
commit | 20383a3f634aef56413c5451bbf31be5eea2932a (patch) | |
tree | 61ef3ee7620b9f6f0783eb1d11a14b0353dbf9fd /stdlib/source/test | |
parent | cde758769d8950fa1f5a13aebea62be3b9602d98 (diff) |
Done with PHP.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux/control/remember.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/remember.lux b/stdlib/source/test/lux/control/remember.lux index 1002e3a11..168f29f12 100644 --- a/stdlib/source/test/lux/control/remember.lux +++ b/stdlib/source/test/lux/control/remember.lux @@ -28,8 +28,8 @@ ["." /]}) (def: deadline (Random Date) random.date) -(def: message (Random Text) (random.ascii/lower 10)) -(def: focus (Random Code) (random\map code.text (random.ascii/upper 10))) +(def: message (Random Text) (random\map %.bit random.bit)) +(def: focus (Random Code) (random\map code.bit random.bit)) (def: (to_remember macro deadline message focus) (-> Name Date Text (Maybe Code) Code) |