From c6e481cba559d35891f20ef4ac9ca6a41bdcdbd3 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 10 Jan 2016 01:10:38 -0500 Subject: portability: use portable format specifier --- test/functional/legacy/100_lispwords_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/legacy/100_lispwords_spec.lua') diff --git a/test/functional/legacy/100_lispwords_spec.lua b/test/functional/legacy/100_lispwords_spec.lua index ba2d485280..739a02f0b3 100644 --- a/test/functional/legacy/100_lispwords_spec.lua +++ b/test/functional/legacy/100_lispwords_spec.lua @@ -4,10 +4,10 @@ local helpers = require('test.functional.helpers') local source = helpers.source local clear, expect = helpers.clear, helpers.expect -describe('undolevel', function() +describe('lispwords', function() setup(clear) - it('is working', function() + it('global-local', function() source([[ setglobal lispwords=foo,bar,baz setlocal lispwords-=foo -- cgit