Python: fix computation at part boundaries

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-09-26 20:51:15 +02:00
parent cdf1db09bd
commit f5059a6918
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ re.compile( # $ location=1:2 location=1:26
)
# plain string with multiple parts across lines
re.compile( # $ location=1:2 location=2:7 SPURIOUS:location=2:29 MISSING:location=3:2
re.compile( # $ location=1:2 location=2:7 location=3:2
'[this] is a test'
' and [this] is another test'
'[this] comes right at the start of a part'