aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-rw-r--r--testes/strings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/strings.lua b/testes/strings.lua
index 1260dbcc..587a0e06 100644
--- a/testes/strings.lua
+++ b/testes/strings.lua
@@ -302,7 +302,7 @@ check("%100.3d", "too long")
302check("%1"..aux..".3d", "too long") 302check("%1"..aux..".3d", "too long")
303check("%1.100d", "too long") 303check("%1.100d", "too long")
304check("%10.1"..aux.."004d", "too long") 304check("%10.1"..aux.."004d", "too long")
305check("%t", "invalid option") 305check("%t", "invalid conversion")
306check("%"..aux.."d", "repeated flags") 306check("%"..aux.."d", "repeated flags")
307check("%d %d", "no value") 307check("%d %d", "no value")
308 308