Disabled a few more tests for now

This commit is contained in:
Enrico Horn
2021-07-21 20:40:32 +02:00
parent 3e9ae5c524
commit e87d9ceee4
18 changed files with 23 additions and 34 deletions

View File

@@ -47,8 +47,6 @@ table.remove(t,1) one
{[10]=ten,[1]=two,[2]=three,[3]=four,[4]=five,[5]=six,[a]=aaa,[b]=bbb,[c]=ccc} 5
table.remove(t,3) four
{[10]=ten,[1]=two,[2]=three,[3]=five,[4]=six,[a]=aaa,[b]=bbb,[c]=ccc} 4
table.remove(t,5)
{[10]=ten,[1]=two,[2]=three,[3]=five,[4]=six,[a]=aaa,[b]=bbb,[c]=ccc} 4
-- sort tests
one-two-three
one-three-two