diff --git a/tests/TypeFunction.user.test.cpp b/tests/TypeFunction.user.test.cpp index e1361597..1d54e1b7 100644 --- a/tests/TypeFunction.user.test.cpp +++ b/tests/TypeFunction.user.test.cpp @@ -1900,6 +1900,8 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "udtf_print_tab_char_fix") local _:test )"); + LUAU_REQUIRE_ERROR_COUNT(1, result); + // It should be \t and not \x1 CHECK_EQ("1\t2", toString(result.errors[0])); }