aboutsummaryrefslogtreecommitdiffstats
path: root/tools/generate_format_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.format: Ensure metatable __tostring results are also sanitizedKim Alvefur2021-12-131-1/+2
|
* tools/generate_format_spec: Apply lua-format to silence luacheckKim Alvefur2021-12-111-7/+9
|
* util.format: ALL THE TESTS!!!Kim Alvefur2021-12-111-0/+49
The more tests I made, the more Lua 5.1 quirks I discovered. Tests generated using a tool plus some touch-up.