Python: add test for part boundaries

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-09-26 20:50:08 +02:00
parent 73aa302bd2
commit cdf1db09bd

View File

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