rascal
rascal copied to clipboard
Acronym concepts (function names) like `writeJSON` are rendered with spaces by tutor
Describe the bug
((writeJSON))
becomes
write J S ON
instead of
write JSON
The normal link generator interprets CamelCase as Camel Case, but it seems to lack a special case for acronyms with all caps.