diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-09-12 16:53:54 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-09-25 12:44:11 +0200 |
| commit | c0efa7ab22f8900f6fa1dadf0d306ec375569c8d (patch) | |
| tree | 3880366cb1cb71b628e147f1e3d444436c5928f7 /test cases/common/35 string operations/test.json | |
| parent | 6b00c7dc810131da65029598b97abbcf3584067c (diff) | |
| download | meson-c0efa7ab22f8900f6fa1dadf0d306ec375569c8d.tar.gz | |
interpreter: Add FeatureNew check
Diffstat (limited to 'test cases/common/35 string operations/test.json')
| -rw-r--r-- | test cases/common/35 string operations/test.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/35 string operations/test.json b/test cases/common/35 string operations/test.json new file mode 100644 index 000000000..96f965947 --- /dev/null +++ b/test cases/common/35 string operations/test.json @@ -0,0 +1,7 @@ +{ + "stdout": [ + { + "line": "WARNING: Project targeting '>=0.59.0' but tried to use feature introduced in '0.60.0': str.join (varargs). List-flattening and variadic arguments" + } + ] +} |
