bpo-39663: IDLE: Add additional tests for pyparse#18536
bpo-39663: IDLE: Add additional tests for pyparse#18536terryjreedy merged 4 commits intopython:masterfrom
Conversation
|
Test failure is unrelated to this change. |
terryjreedy
left a comment
There was a problem hiding this comment.
Looks good. I will factor out "is_char_in_string=lambda index: False" and add news items and when CI passes, merge and backport.
|
Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
|
I'm having trouble backporting to |
Test when find_good_parse_start should return 0. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit ffda25f) Co-authored-by: Cheryl Sabella <[email protected]>
|
GH-18541 is a backport of this pull request to the 3.7 branch. |
|
Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-18542 is a backport of this pull request to the 3.8 branch. |
|
The unrelated macOS failure occurred again, but success seems to not currently be required. |
Test when find_good_parse_start should return 0. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit ffda25f) Co-authored-by: Cheryl Sabella <[email protected]>
Test when find_good_parse_start should return 0. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit ffda25f) Co-authored-by: Cheryl Sabella <[email protected]>
Add test cases when
find_good_parse_startwould return 0 instead of None.https://bugs.python.org/issue39663