summaryrefslogtreecommitdiff
path: root/tests/test-suite/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-suite/db.js')
-rw-r--r--tests/test-suite/db.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-suite/db.js b/tests/test-suite/db.js
index a2e3ce6..ff13ecb 100644
--- a/tests/test-suite/db.js
+++ b/tests/test-suite/db.js
@@ -64,7 +64,7 @@ test("[test-suite] db: getinfo, ...line...", function (t) {
});
-test("[test-suite] db: test file ad string names truncation", function (t) {
+test("[test-suite] db: test file and string names truncation", function (t) {
let luaCode = `
a = "function f () end"
local function dostring (s, x) return load(s, x)() end