mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Uncomment test (that works)
This commit is contained in:
parent
486c9264f1
commit
2781709ea9
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ local function identity(x)
|
|||
end
|
||||
|
||||
assertEq(identity`text`, "text")
|
||||
-- assertEq(identity`foo{"bar"}`, "foobar")
|
||||
assertEq(identity`foo{"bar"}`, "foobar")
|
||||
|
||||
return "OK"
|
||||
|
|
Loading…
Add table
Reference in a new issue