From ca52dac38ba2cfcbfb47a7b2fa8733b73cea070a Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 14 Jun 2022 22:55:12 -0400 Subject: refactor logic for parsing dependency variables into type_checking module We will momentarily use this to implement typed_kwargs, but not for all usage sites. --- test cases/failing/46 pkgconfig variables zero length/test.json | 2 +- test cases/failing/47 pkgconfig variables zero length value/test.json | 2 +- test cases/failing/48 pkgconfig variables not key value/test.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test cases') diff --git a/test cases/failing/46 pkgconfig variables zero length/test.json b/test cases/failing/46 pkgconfig variables zero length/test.json index ae8ba2b28..91c6ea193 100644 --- a/test cases/failing/46 pkgconfig variables zero length/test.json +++ b/test cases/failing/46 pkgconfig variables zero length/test.json @@ -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" } ] } diff --git a/test cases/failing/47 pkgconfig variables zero length value/test.json b/test cases/failing/47 pkgconfig variables zero length value/test.json index e9638307c..29c0541dc 100644 --- a/test cases/failing/47 pkgconfig variables zero length value/test.json +++ b/test cases/failing/47 pkgconfig variables zero length value/test.json @@ -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" } ] } diff --git a/test cases/failing/48 pkgconfig variables not key value/test.json b/test cases/failing/48 pkgconfig variables not key value/test.json index decbe71a5..b32e886fa 100644 --- a/test cases/failing/48 pkgconfig variables not key value/test.json +++ b/test cases/failing/48 pkgconfig variables not key value/test.json @@ -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." } ] } -- cgit v1.2.3