We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4ef55 commit 20962a4Copy full SHA for 20962a4
mathicsscript/termshell.py
@@ -103,7 +103,7 @@ def replace_unicode_to_wl(unicode_input: str) -> str:
103
Formal values like FormalA are like this.
104
"""
105
return unicode_replace_pattern.sub(
106
- lambda m: unicode_replace_dict_esc[re.escape(m.group(0))], wl_input
+ lambda m: unicode_replace_dict_esc[re.escape(m.group(0))], unicode_input
107
)
108
109
0 commit comments