pythonizer
pythonizer copied to clipboard
Quoted strings with nested brackets don't find the end properly
Quoted strings with nested brackets don't find the end properly: "If the delimiters are bracketing, nested pairs are also skipped. For example, while searching for a closing ] paired with the opening [, combinations of \, ], and [ are all skipped, and nested [ and ] are skipped as well." For example:
q{ ...{...}...}
Fixed in https://github.com/snoopyjc/pythonizer