aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-rw-r--r--testes/strings.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/testes/strings.lua b/testes/strings.lua
index 66c1176d..bc123d1a 100644
--- a/testes/strings.lua
+++ b/testes/strings.lua
@@ -458,6 +458,9 @@ else
458 458
459 str = string.rep("a", blen - 1) .. "%p" .. string.rep("cd", blen) 459 str = string.rep("a", blen - 1) .. "%p" .. string.rep("cd", blen)
460 testpfs("P", str, {}) 460 testpfs("P", str, {})
461
462 str = string.rep("%%", 3 * blen) .. "%p" .. string.rep("%%", 2 * blen)
463 testpfs("P", str, {})
461end 464end
462 465
463 466