diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-21 20:54:20 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-21 20:54:52 -0400 |
| commit | 1318616cb0054538bc9fa1c36deddd018fd8502e (patch) | |
| tree | 78651acfcf728db7477eb0d10bd86a8320e99dea /docs/doc/prefixes.html | |
| parent | 93f75e97685520cdad3afab0134e2f65e5e211e2 (diff) | |
Work around dropped trailing " in array formatting
Diffstat (limited to 'docs/doc/prefixes.html')
| -rw-r--r-- | docs/doc/prefixes.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/doc/prefixes.html b/docs/doc/prefixes.html index c085624e..0173437e 100644 --- a/docs/doc/prefixes.html +++ b/docs/doc/prefixes.html @@ -82,8 +82,8 @@ ┌─ · ┌┐ ┌─ ┌─ ┌─ ╵ ╵"a ╵"ab ╵"abc" - b bc ┘ - c ┘ + b bc" ┘ + c" ┘ ┘ ┘ ┘ @@ -120,18 +120,18 @@ ┌─ ┌─ ┌─ ╵ ┌┐ ┌┐ ┌┐ ╵ ┌─ ┌─ ╵ ┌─ ╵ ╵ ╵ ╵"a ╵"b ╵"ab - c d cd + c" d" cd" ┘ ┘ ┘ ┘ ┘ ┘ ┌┐ ┌┐ ┌┐ ┌─ ┌─ ┌─ ╵ ╵ ╵ ╵"c ╵"d ╵"cd - e f ef + e" f" ef" ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┌─ ┌─ ┌─ ╵ ┌┐ ┌┐ ┌┐ ╵ ┌─ ┌─ ╵ ┌─ ╵ ╵ ╵ ╵"a ╵"b ╵"ab c d cd - e f ef + e" f" ef" ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ @@ -150,16 +150,16 @@ ┘ ┘ ┘ ┌─ ┌─ ┌─ ╵"a ╵"b ╵"ab - c d cd + c" d" cd" ┘ ┘ ┘ ┌─ ┌─ ┌─ ╵"c ╵"d ╵"cd - e f ef + e" f" ef" ┘ ┘ ┘ ┌─ ┌─ ┌─ ╵"a ╵"b ╵"ab c d cd - e f ef + e" f" ef" ┘ ┘ ┘ ┘ </pre> @@ -176,12 +176,12 @@ ┘ ┘ ┘ ┘ ┘ ┘ ┌┐ ┌─ ┌─ ┌┐ ┌─ ┌┐ ╵ ╵"a ╵"ab ╵ ╵"b ╵ - c cd d + c" cd" d" ┘ ┘ ┘ ┘ ┘ ┘ ┌┐ ┌─ ┌─ ┌┐ ┌─ ┌┐ ╵ ╵"a ╵"ab ╵ ╵"b ╵ c cd d - e ef f + e" ef" f" ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┌─ ┌─ ┌─ @@ -192,7 +192,7 @@ ┘ ┘ ┘ ┘ ┘ ┘ ┌┐ ┌─ ┌─ ┌┐ ┌─ ┌┐ ╵ ╵"c ╵"cd ╵ ╵"d ╵ - e ef f + e" ef" f" ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┘ ┌─ ┌─ ┌─ |
