cosmetic changes

This commit is contained in:
hrsh7th
2021-11-15 13:15:56 +09:00
parent 0f743f75ea
commit 05f4f8581c

View File

@@ -59,7 +59,7 @@ describe('cmp.core', function()
assert.are.same(state.cursor, { 1, 7 }) assert.are.same(state.cursor, { 1, 7 })
end) end)
it('text edit', function() it('textEdit', function()
local state = confirm(keymap.t('i***AEO***<Left><Left><Left><Left><Left>'), 'IU', { local state = confirm(keymap.t('i***AEO***<Left><Left><Left><Left><Left>'), 'IU', {
label = 'AIUEO', label = 'AIUEO',
textEdit = { textEdit = {
@@ -133,7 +133,7 @@ describe('cmp.core', function()
assert.are.same(state.cursor[2], 7) assert.are.same(state.cursor[2], 7)
end) end)
it('text edit', function() it('textEdit', function()
local state = confirm(keymap.t(':***AEO***<Left><Left><Left><Left><Left>'), 'IU', { local state = confirm(keymap.t(':***AEO***<Left><Left><Left><Left><Left>'), 'IU', {
label = 'AIUEO', label = 'AIUEO',
textEdit = { textEdit = {