From be1df7ccd3fb5352ca666129aee93c56b5b27b40 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 3 Oct 2018 16:26:50 -0700 Subject: [PATCH] Recompile --- string2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string2.lua b/string2.lua index 1cb89ba..8e13171 100644 --- a/string2.lua +++ b/string2.lua @@ -187,6 +187,6 @@ for _index_0 = 1, #_list_0 do local lua_id = string2.as_lua_id(test) assert(is_lua_id(lua_id), "failed to convert '" .. tostring(test) .. "' to a valid Lua identifier (got '" .. tostring(lua_id) .. "')") local roundtrip = string2.from_lua_id(lua_id) - assert(roundtrip == test, "Failed lua_id roundtrip: '" .. tostring(test) .. "' -> " .. tostring(lua_id) .. " -> " .. tostring(roundtrip)) + assert(roundtrip == test, "Failed lua_id roundtrip: '" .. tostring(test) .. "' -> '" .. tostring(lua_id) .. "' -> '" .. tostring(roundtrip) .. "'") end return string2