From f4fd5f5161e64f0f3991be2f4abb9e559bac2cb5 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:21:23 -0800 Subject: [PATCH] Update TypeFunction.user.test.cpp --- tests/TypeFunction.user.test.cpp | 2 ++ 1 file changed, 2 insertions(+) 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])); }