Skip to content

Commit 2bd709f

Browse files
committed
main: Fix misspelling in test expectation
1 parent 1fcd786 commit 2bd709f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

highlighters/main/test-data/alias-precommand-option-argument1.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ BUFFER='sudo_u phy1729 echo foo'
3636
expected_region_highlight=(
3737
'1 6 alias' # sudo_u
3838
'8 14 default' # phy1729
39-
'17 19 commmand "issue #540"' # echo (not builtin)
39+
'17 19 command "issue #540"' # echo (not builtin)
4040
'21 23 default' # foo
4141
)

highlighters/main/test-data/alias-precommand-option-argument2.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ BUFFER='sudo_b_u phy1729 echo foo'
3737
expected_region_highlight=(
3838
'1 8 alias' # sudo_b_u
3939
'10 16 default' # phy1729
40-
'18 21 commmand "issue #540"' # echo (not builtin)
40+
'18 21 command "issue #540"' # echo (not builtin)
4141
'23 25 default' # foo
4242
)

0 commit comments

Comments
 (0)