From 7893ca20bb253ddb8e29e6c5e0cb844290467c51 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Tue, 26 Jul 2022 21:19:15 -0700 Subject: [PATCH] Linter test --- tests/Linter.test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Linter.test.cpp b/tests/Linter.test.cpp index e101f78d..42e55edc 100644 --- a/tests/Linter.test.cpp +++ b/tests/Linter.test.cpp @@ -1680,6 +1680,7 @@ TEST_CASE_FIXTURE(Fixture, "TestStringInterpolation") ScopedFastFlag sff{"LuauInterpolatedStringBaseSupport", true}; LintResult result = lint(R"( + --!nocheck local _ = `unknown {foo}` )");