2
0
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:
2023-11-23 18:46:44 +00:00
parent 521fd20e37
commit 8fd09bef92
6 changed files with 8 additions and 8 deletions

View File

@@ -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: