mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-104683: Argument Clinic: Extract parse function name helper (#107964)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
b61f5995ae
commit
42429d3b9a
2 changed files with 30 additions and 33 deletions
|
@ -682,7 +682,7 @@ class ClinicWholeFileTest(TestCase):
|
|||
foo2 as .illegal. = foo1
|
||||
[clinic start generated code]*/
|
||||
"""
|
||||
err = "Illegal C basename: '.illegal. = foo1'"
|
||||
err = "Illegal C basename: '.illegal.'"
|
||||
self.expect_failure(block, err, lineno=7)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue