mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Linter test
This commit is contained in:
parent
7e00934619
commit
7893ca20bb
1 changed files with 1 additions and 0 deletions
|
@ -1680,6 +1680,7 @@ TEST_CASE_FIXTURE(Fixture, "TestStringInterpolation")
|
|||
ScopedFastFlag sff{"LuauInterpolatedStringBaseSupport", true};
|
||||
|
||||
LintResult result = lint(R"(
|
||||
--!nocheck
|
||||
local _ = `unknown {foo}`
|
||||
)");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue