BUGS: Added another bug to the tracker
authorLukas Krickl <lukas@krickl.dev>
Sat, 5 Jul 2025 04:26:55 +0000 (06:26 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sat, 5 Jul 2025 04:26:55 +0000 (06:26 +0200)
BUGS.md

diff --git a/BUGS.md b/BUGS.md
index d5dc934159fd33dd952749fbda7bef9db5cbd421..d0dbc0001d8414e5a042e1105de238b7981fc5df 100644 (file)
--- 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.