From: Lukas Krickl Date: Sat, 5 Jul 2025 04:26:55 +0000 (+0200) Subject: BUGS: Added another bug to the tracker X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=1512b65a69bc67e6c4874b67d2d68a994cf9f338;p=ulas%2F.git BUGS: Added another bug to the tracker --- diff --git a/BUGS.md b/BUGS.md index d5dc934..d0dbc00 100644 --- a/BUGS.md +++ b/BUGS.md @@ -18,3 +18,6 @@ e.g. This case seems to work fine if no expansion variable is used. With an expansion variable this will result in a parser error. +## .scc ' ' does not work + +`.scc ' ' = 100` results in an error. The expected result is for it to re-map the space character.