diff options
Diffstat (limited to 'testes/tpack.lua')
| -rw-r--r-- | testes/tpack.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testes/tpack.lua b/testes/tpack.lua index 4c5fc7f7..2b9953f8 100644 --- a/testes/tpack.lua +++ b/testes/tpack.lua | |||
| @@ -314,9 +314,7 @@ do -- testing initial position | |||
| 314 | for i = 1, #x + 1 do | 314 | for i = 1, #x + 1 do |
| 315 | assert(unpack("c0", x, i) == "") | 315 | assert(unpack("c0", x, i) == "") |
| 316 | end | 316 | end |
| 317 | checkerror("out of string", unpack, "c0", x, 0) | ||
| 318 | checkerror("out of string", unpack, "c0", x, #x + 2) | 317 | checkerror("out of string", unpack, "c0", x, #x + 2) |
| 319 | checkerror("out of string", unpack, "c0", x, -(#x + 1)) | ||
| 320 | 318 | ||
| 321 | end | 319 | end |
| 322 | 320 | ||
