index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
failing
/
105 invalid fstring
/
109 invalid fstring
/
meson.build
blob: dd22f56b2548baa432919bfb2bd6961f4c6e0c83 (
plain
)
1
2
3
4
project
(
'invalid-fstring'
,
'c'
)
dict
=
{
'key'
:
true
}
s
=
f
'invalid fstring: @dict@'