We will momentarily use this to implement typed_kwargs, but not for all usage sites.pull/10495/head
parent
b13a95c301
commit
ca52dac38b
5 changed files with 44 additions and 15 deletions
@ -1,7 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/failing/46 pkgconfig variables zero length/meson.build:8:5: ERROR: Empty variable name or value" |
||||
"line": "test cases/failing/46 pkgconfig variables zero length/meson.build:8:5: ERROR: empty variable name" |
||||
} |
||||
] |
||||
} |
||||
|
@ -1,7 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/failing/47 pkgconfig variables zero length value/meson.build:8:5: ERROR: Empty variable name or value" |
||||
"line": "test cases/failing/47 pkgconfig variables zero length value/meson.build:8:5: ERROR: empty variable value" |
||||
} |
||||
] |
||||
} |
||||
|
@ -1,7 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/failing/48 pkgconfig variables not key value/meson.build:8:5: ERROR: Variable 'this_should_be_key_value' must have a value separated by equals sign." |
||||
"line": "test cases/failing/48 pkgconfig variables not key value/meson.build:8:5: ERROR: variable 'this_should_be_key_value' must have a value separated by equals sign." |
||||
} |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue