mirror of
https://github.com/micropython/micropython.git
synced 2026-01-11 22:47:17 +01:00
Tests for an issue with line continuation failing in paste mode due to the lexer only checking for \n in the "following" character position, before next_char() has had a chance to convert \r and \r\n to \n.
1.3 KiB
1.3 KiB