diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2020-02-18 02:47:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 02:47:52 (GMT) |
commit | ffda25f6b825f3dee493b6f0746266a4dd6989f0 (patch) | |
tree | 6e69751897cc7ced8368b0d98e1adf41aa937a90 /Misc | |
parent | 4c1b6a6f4fc46add0097efb3026cf3f0c89f88a2 (diff) | |
download | cpython-ffda25f6b825f3dee493b6f0746266a4dd6989f0.zip cpython-ffda25f6b825f3dee493b6f0746266a4dd6989f0.tar.gz cpython-ffda25f6b825f3dee493b6f0746266a4dd6989f0.tar.bz2 |
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
Test when find_good_parse_start should return 0.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2020-02-17-21-09-03.bpo-39663.wexcsH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-02-17-21-09-03.bpo-39663.wexcsH.rst b/Misc/NEWS.d/next/IDLE/2020-02-17-21-09-03.bpo-39663.wexcsH.rst new file mode 100644 index 0000000..19e1632 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2020-02-17-21-09-03.bpo-39663.wexcsH.rst @@ -0,0 +1 @@ +Add tests for pyparse find_good_parse_start(). |