Linter test

This commit is contained in:
Kampfkarren 2022-07-26 21:19:15 -07:00
parent 7e00934619
commit 7893ca20bb

View file

@ -1680,6 +1680,7 @@ TEST_CASE_FIXTURE(Fixture, "TestStringInterpolation")
ScopedFastFlag sff{"LuauInterpolatedStringBaseSupport", true};
LintResult result = lint(R"(
--!nocheck
local _ = `unknown {foo}`
)");