parent
71e9909ffd
commit
f7dd111333
4 changed files with 13 additions and 4 deletions
@ -1,7 +1,7 @@ |
||||
## Introducing format strings to the Meson language |
||||
|
||||
In addition to the conventional `'A string @0@ to be formatted @1@'.format(n, m)` |
||||
method of formatting strings in the Meson DSL, there's now the additional |
||||
method of formatting strings in the Meson language, there's now the additional |
||||
`f'A string @n@ to be formatted @m@'` notation that provides a non-positional |
||||
and clearer alternative. Meson's format strings are currently restricted to |
||||
identity-expressions, meaning `f'format @'m' + 'e'@'` will not parse. |
||||
|
@ -1,7 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/failing/113 invalid fstring/meson.build:4:0: ERROR: Identifier \"dict\" does not name a formattable variable." |
||||
"line": "test cases/failing/113 invalid fstring/meson.build:4:0: ERROR: Identifier \"dict\" does not name a formattable variable (has to be an integer, a string, a floating point number or a boolean)." |
||||
} |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue