diff options
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 |