mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Revert whitespace fixes to third_party (#501)
This commit is contained in:
parent
d4000bb8f7
commit
9de3d8f1e6
365 changed files with 39190 additions and 39211 deletions
6
third_party/lua/test/sort.lua
vendored
6
third_party/lua/test/sort.lua
vendored
|
@ -79,7 +79,7 @@ end
|
|||
print "testing pack"
|
||||
|
||||
a = table.pack()
|
||||
assert(a[1] == undef and a.n == 0)
|
||||
assert(a[1] == undef and a.n == 0)
|
||||
|
||||
a = table.pack(table)
|
||||
assert(a[1] == table and a.n == 1)
|
||||
|
@ -94,8 +94,8 @@ do
|
|||
checkerror("table expected", table.move, 1, 2, 3, 4)
|
||||
|
||||
local function eqT (a, b)
|
||||
for k, v in pairs(a) do assert(b[k] == v) end
|
||||
for k, v in pairs(b) do assert(a[k] == v) end
|
||||
for k, v in pairs(a) do assert(b[k] == v) end
|
||||
for k, v in pairs(b) do assert(a[k] == v) end
|
||||
end
|
||||
|
||||
local a = table.move({10,20,30}, 1, 3, 2) -- move forward
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue