From 8fd09bef92b899ad0ba839eb9eedf1073fce5cc7 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 23 Nov 2023 18:46:44 +0000 Subject: python 3.12 discovered syntax issues --- core/TESTS/test_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/TESTS/test_parsers.py') diff --git a/core/TESTS/test_parsers.py b/core/TESTS/test_parsers.py index 8274f89..1c7b929 100644 --- a/core/TESTS/test_parsers.py +++ b/core/TESTS/test_parsers.py @@ -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: -- cgit v1.2.3