diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-22 00:00:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-22 00:00:09 -0700 |
commit | 26b9e97b65074eeee273bf6dd8ee1958f1128c1e (patch) | |
tree | 1ea0ff7186a39f0ba99c5f8efae81364016e1684 /txr.1 | |
parent | ff2df257b64111213fd94028d2f18b75ebdee003 (diff) | |
download | txr-26b9e97b65074eeee273bf6dd8ee1958f1128c1e.tar.gz txr-26b9e97b65074eeee273bf6dd8ee1958f1128c1e.tar.bz2 txr-26b9e97b65074eeee273bf6dd8ee1958f1128c1e.zip |
doc: formatting in quasiquote pattern matching.
* txr.1: Remove stray space in marking up the JSON hash pattern
syntax. This space has no ill effect when reading the man page
via nroff, but messes up HTML rendering.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41538,7 +41538,7 @@ transformation recognizes JSON (tilde) unquotes, and recursively recognizes and transform JSON syntax not prefixed by .codn #J . -.meIP >> #J{ k0 : << v0 , < k1 : << v1 , ...} +.meIP >> #J{ k0 : << v0 , < k1 : << v1 , ...} A JSON hash quasiquote is translated into .mono .meti @(hash <> ([ k0 ] <> [ v0 ]) <> ([ k0 ] <> [ v0 ]) ...) |