From 5b2db04a0535f79f1cbdf16ec0c6ae11680018de Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 17 Oct 2023 02:21:15 +0200 Subject: [PATCH] Tweak --- _includes/cheatsheet-text.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/cheatsheet-text.md b/_includes/cheatsheet-text.md index 7296648..76af4fc 100644 --- a/_includes/cheatsheet-text.md +++ b/_includes/cheatsheet-text.md @@ -30,8 +30,7 @@ {:.postcard-grammar.textsyntax} | *escaped* | := | `\\`|`\/`|`\b`|`\f`|`\n`|`\r`|`\t`|`\u`*hex* *hex* *hex* *hex* | | *binescaped* | := | `\\`|`\/`|`\b`|`\f`|`\n`|`\r`|`\t`|`\x`*hex* *hex* | -| *binchar* | := | *binraw* | *binescaped* |`\"` | -| *binraw* | := | « any unicode scalar value ≥32 and ≤126, except `\` or `"` » | +| *binchar* | := | « any unicode scalar value ≥32 and ≤126, except `\` or `"` » | *binescaped* |`\"` | | *base64char* | := | `A`..`Z`|`a`..`z`|`0`..`9`|`+`|`/`|`-`|`_`|`=` | | *sympunct* | := | `~`|`!`|`$`|`%`|`^`|`&`|`*`|`?`|`_`|`=`|`+`|`-`|`/`|`.` | | *symuchar* | := | « any scalar value ≥128 whose Unicode category is Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Po, Sc, Sm, Sk, So, or Co » |