diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-10-03 16:26:50 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-10-03 16:26:50 -0700 |
| commit | be1df7ccd3fb5352ca666129aee93c56b5b27b40 (patch) | |
| tree | 1ffcf429b9f686cc1e4e166d025fc581d5c9c5a9 | |
| parent | 2f68357cb6800e97edd31abfc707d7c7905faa64 (diff) | |
Recompile
| -rw-r--r-- | string2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
