prism/tests/languages/cmake/inserted_feature.test

15 lines
247 B
Plaintext

foo::bar
foo::foo
Foo::Bar
----------------------------------------------------
[
["inserted", "foo::bar"],
["inserted", "foo::foo"],
["inserted", "Foo::Bar"]
]
----------------------------------------------------
Checks for all namespaces.