Sfoglia il codice sorgente

tests: Fix the test added in the last commit.

pull/700/head
Daniel Shahaf 4 anni fa
parent
commit
dfc41123d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      highlighters/main/test-data/backslash-continuation2.zsh

+ 1
- 1
highlighters/main/test-data/backslash-continuation2.zsh Vedi File

@ -32,6 +32,6 @@ BUFFER=$'echo foo\\\nbar"baz"'
expected_region_highlight=(
'1 4 builtin' # echo
'6 18 default' # foo\\\nbar"baz"
'6 18 default "issue #705"' # foo\\\nbar"baz"
'14 18 double-quoted-argument "issue #705"' # "baz"
)

Caricamento…
Annulla
Salva