mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30:53 +01:00
Update TypeFunction.user.test.cpp
This commit is contained in:
parent
11f4cd90af
commit
f4fd5f5161
1 changed files with 2 additions and 0 deletions
|
@ -1900,6 +1900,8 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "udtf_print_tab_char_fix")
|
|||
local _:test<number>
|
||||
)");
|
||||
|
||||
LUAU_REQUIRE_ERROR_COUNT(1, result);
|
||||
|
||||
// It should be \t and not \x1
|
||||
CHECK_EQ("1\t2", toString(result.errors[0]));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue