summaryrefslogtreecommitdiff
path: root/run_single_test.py
diff options
context:
space:
mode:
authorMarkus Jörg <markus-joerg@hotmail.de>2025-11-14 07:47:28 +0100
committerDylan Baker <dylan@pnwbakers.com>2025-11-19 09:15:03 -0800
commitf314f68f9f05f31b686b42575c373d4a42ec2d5e (patch)
treeca1c9de04131673a033095544f8782e82d684421 /run_single_test.py
parenta01cedecc4fed77f468ee15d272f06c918f119e5 (diff)
downloadmeson-f314f68f9f05f31b686b42575c373d4a42ec2d5e.tar.gz
tests: Fix regex in test_slice
If the first line already conained a match, the former regex didn't catch it correctly, because it was looking for a newline character to detect the start of a line. The new regex is using the proper `^` to match the beginning of a line. For this to work as expected the `re.MULTILINE` flag has to be set.
Diffstat (limited to 'run_single_test.py')
0 files changed, 0 insertions, 0 deletions