diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-08-19 15:39:53 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-08-20 11:41:00 -0700 |
| commit | df706807239095ddbbfd2975b3fe067ad6b5d535 (patch) | |
| tree | 103dfb8fa9be2132b2b4e127931d58ae4f0f6dc4 /mesonbuild/scripts/run_tool.py | |
| parent | ab3cfc2da1c481f52a5525e41150626a2f66de3b (diff) | |
| download | meson-df706807239095ddbbfd2975b3fe067ad6b5d535.tar.gz | |
mformat: A triple string with a ' in it cannot be simplified
The following is valid meson:
```meson
a = '''This string can't be simplified'''
```
which cannot be simplified because of the `'` in it, as
```meson
a = 'This string can't be simplified'
```
Is invalid.
Potentially we could convert that with escapes, but it seems reasonable
to me to leave this, since it may be desirable to not have lots of
escapes in a string. `'''I can't believe it's her's!'''` is much more
readable than `'I can\'t believe it\'s her\'s!'`, for example.
Closes: #13564
Diffstat (limited to 'mesonbuild/scripts/run_tool.py')
0 files changed, 0 insertions, 0 deletions
