cosmetic changes
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user