Uncomment test (that works)

This commit is contained in:
Kampfkarren 2022-08-22 14:43:11 -07:00
parent 486c9264f1
commit 2781709ea9

View file

@ -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"