summaryrefslogtreecommitdiffstats
path: root/tests/man.test
diff options
context:
space:
mode:
authorpkoppstein <pkoppstein@gmail.com>2023-07-19 22:25:10 -0400
committerNico Williams <nico@cryptonector.com>2023-07-19 22:32:24 -0500
commit3ec66c858ca38306192d64b274e4819accbd1a9d (patch)
treedb6dd0443ef25bb014750c3303ebc54ef8531421 /tests/man.test
parenta192e647c556ddbde346548fbb1b5008a3d06458 (diff)
manual.yml: revise section on identity, clarifying what is subject to change
Mostly clarifications w.r.t. numbers. The anomalous behavior of leading minus signs is documented, with an explicit notice that this will probably change.
Diffstat (limited to 'tests/man.test')
-rw-r--r--tests/man.test12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/man.test b/tests/man.test
index 02f95329..00fae382 100644
--- a/tests/man.test
+++ b/tests/man.test
@@ -2,9 +2,17 @@
"Hello, world!"
"Hello, world!"
-. | tojson
+.
+0.12345678901234567890123456789
+0.12345678901234567890123456789
+
+[., tojson]
12345678909876543212345
-"12345678909876543212345"
+[12345678909876543212345,"12345678909876543212345"]
+
+. < 0.12345678901234567890123456788
+0.12345678901234567890123456789
+false
map([., . == 1]) | tojson
[1, 1.000, 1.0, 100e-2]