diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-28 22:03:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-28 22:03:40 +0300 |
commit | d73e542791ccb18380cd836b8ea4a4a4b3535538 (patch) | |
tree | 3058fe7c80f472872291d9c311b4d492b058c280 /test/asortbool.ok | |
parent | 92c5c36bc42aa1ccf6ccc8defc4f372b6de92111 (diff) | |
download | egawk-d73e542791ccb18380cd836b8ea4a4a4b3535538.tar.gz egawk-d73e542791ccb18380cd836b8ea4a4a4b3535538.tar.bz2 egawk-d73e542791ccb18380cd836b8ea4a4a4b3535538.zip |
Make booleans just special numbers.
Diffstat (limited to 'test/asortbool.ok')
-rw-r--r-- | test/asortbool.ok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/asortbool.ok b/test/asortbool.ok index de08a770..623e417a 100644 --- a/test/asortbool.ok +++ b/test/asortbool.ok @@ -1,6 +1,6 @@ -1, bool: FALSE -2, bool: TRUE -3, number: -45 +1, number: -45 +2, number|bool: 0 +3, number|bool: 1 4, number: 45 5, string: foo 6, array: 47 |