aboutsummaryrefslogtreecommitdiff
path: root/test/test-suite/strings.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-suite/strings.test.js')
-rw-r--r--test/test-suite/strings.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-suite/strings.test.js b/test/test-suite/strings.test.js
index 7003b89..0e37674 100644
--- a/test/test-suite/strings.test.js
+++ b/test/test-suite/strings.test.js
@@ -433,7 +433,7 @@ test("[test-suite] strings: 'format %a %A'", () => {
end
if not pcall(string.format, "%.3a", 0) then
- (Message or print)("\\n >>> modifiers for format '%a' not available <<<\\n")
+ -- (Message or print)("\\n >>> modifiers for format '%a' not available <<<\\n")
else
assert(string.find(string.format("%+.2A", 12), "^%+0X%x%.%x0P%+?%d$"))
assert(string.find(string.format("%.4A", -12), "^%-0X%x%.%x000P%+?%d$"))