Explorar el Código

tests: Explicitly test 'default' style inside an array assignment.

pull/331/head
Daniel Shahaf hace 8 años
padre
commit
14711a51f3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      highlighters/main/test-data/assign.zsh

+ 1
- 0
highlighters/main/test-data/assign.zsh Ver fichero

@ -33,5 +33,6 @@ expected_region_highlight=(
"1 3 assign" # A=1
"5 7 assign" # b=(
"8 12 double-quoted-argument" # "foo"
"14 16 default" # bar
"17 17 assign" # )
)

Cargando…
Cancelar
Guardar