mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:27:10 +00:00
python 3.12 discovered syntax issues
This commit is contained in:
@@ -171,7 +171,7 @@ class ImportTest(TestCase):
|
||||
# f.write(content)
|
||||
expected = [
|
||||
"Edit Logbook Entry on 1986-07-31",
|
||||
"Other names \(comma separated\)", # regex so slashes need to be espcaped
|
||||
r"Other names \(comma separated\)", # regex match so slashes need to be espcaped
|
||||
"Place: cave name, or 'plateau', 'topcamp' etc.",
|
||||
]
|
||||
for ph in expected:
|
||||
|
||||
Reference in New Issue
Block a user