summaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
diff options
context:
space:
mode:
authorVolker Weißmann <volker.weissmann@gmx.de>2023-09-22 17:02:25 +0200
committerDylan Baker <dylan@pnwbakers.com>2025-05-29 09:20:27 -0700
commit75103efd9f4216084ffb5ca0bf022dede3327e37 (patch)
tree446f37d7434630558f39bc1ed5359288d5d0c6c9 /mesonbuild/mintro.py
parent4bd3d638afe55f86633a7781cfc6cb68191906f0 (diff)
downloadmeson-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 'mesonbuild/mintro.py')
0 files changed, 0 insertions, 0 deletions