clarinet
clarinet copied to clipboard
Console line ending detection error
Describe the bug
If you try to enter the expression {foo: "\\"} into the console, it thinks that the expression is not yet complete, and prompts you for more input. This is a valid Clarity expression, it's just the logic detecting whether to wait for more input that has an issue with it.
To Reproduce Steps to reproduce the behavior:
- Run
clarinet console - Type
{foo: "\\"}at the prompt - See problem
{..indicating that it is waiting for the rest of the expression
Expected behavior This should correctly be processed as a valid tuple.
Here's another case, (< u"\u{0380}" u"Z").