Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
common
/
237 fstrings
/
meson.build
blob: d686f6b29a2599dadf91301ed351ef4440042e8d [
file
] [
edit
]
project
(
'meson-test'
)
n
=
10
m
=
'bar'
s
=
f
'test @n@ string (@@n@@): @m@'
assert
(
s
==
'test 10 string (@10@): bar'
,
'Incorrect string formatting'
)