There was a case where a trailing comma was missing a whitespaces attribute Fixes #13242pull/11594/head
parent
9f4253164a
commit
bef2fbf75b
3 changed files with 20 additions and 0 deletions
@ -0,0 +1,18 @@ |
||||
# Minimized meson.build |
||||
test( |
||||
args: [ |
||||
shared_library( |
||||
f'tstlib-@name@', |
||||
build_by_default: false, |
||||
override_options: opt, |
||||
), |
||||
], |
||||
) |
||||
|
||||
test( |
||||
should_fail: (settings.get('x', false) and not settings['y'] and dep.version( |
||||
|
||||
).version_compare( |
||||
'>=1.2.3', |
||||
)), |
||||
) |
Loading…
Reference in new issue