diff options
| author | Volker Weißmann <volker.weissmann@gmx.de> | 2023-09-22 17:02:25 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-05-29 09:20:27 -0700 |
| commit | 75103efd9f4216084ffb5ca0bf022dede3327e37 (patch) | |
| tree | 446f37d7434630558f39bc1ed5359288d5d0c6c9 /unittests | |
| parent | 4bd3d638afe55f86633a7781cfc6cb68191906f0 (diff) | |
| download | meson-75103efd9f4216084ffb5ca0bf022dede3327e37.tar.gz | |
parser: Fix colno after multiline strings
Without this commit, meson thinks that the `var` token in the code below
starts at a different column number than it actually starts, because the
old author forgot to account for the length of the triple quotes.
```
'''
some multiline strings
abc''' + var
```
Diffstat (limited to 'unittests')
0 files changed, 0 insertions, 0 deletions
