diff options
| author | Markus Jörg <markus-joerg@hotmail.de> | 2025-11-14 07:47:28 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-11-19 09:15:03 -0800 |
| commit | f314f68f9f05f31b686b42575c373d4a42ec2d5e (patch) | |
| tree | ca1c9de04131673a033095544f8782e82d684421 /run_single_test.py | |
| parent | a01cedecc4fed77f468ee15d272f06c918f119e5 (diff) | |
| download | meson-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
