mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
Add two unit tests for invalid syntaxes in the command
This commit is contained in:
parent
bc3d04f111
commit
eba673e7f5
1
test/unit/facedesc-invalid-syntax/attributes/cmd
Normal file
1
test/unit/facedesc-invalid-syntax/attributes/cmd
Normal file
@ -0,0 +1 @@
|
||||
:face Default default,default+<ret>
|
1
test/unit/facedesc-invalid-syntax/attributes/error
Normal file
1
test/unit/facedesc-invalid-syntax/attributes/error
Normal file
@ -0,0 +1 @@
|
||||
'exec' 1:1: 'face' invalid face description, expected <fg>[,<bg>][+<attr>]
|
1
test/unit/facedesc-invalid-syntax/bg-color/cmd
Normal file
1
test/unit/facedesc-invalid-syntax/bg-color/cmd
Normal file
@ -0,0 +1 @@
|
||||
:face Default default,<ret>
|
1
test/unit/facedesc-invalid-syntax/bg-color/error
Normal file
1
test/unit/facedesc-invalid-syntax/bg-color/error
Normal file
@ -0,0 +1 @@
|
||||
'exec' 1:1: 'face' invalid face description, expected <fg>[,<bg>][+<attr>]
|
Loading…
Reference in New Issue
Block a user