mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
parent
eebea9ec41
commit
93df17661f
2 changed files with 17 additions and 1 deletions
|
@ -14,3 +14,9 @@ hugo gen chromastyles --style monokai
|
|||
stdout 'Generated using: hugo gen chromastyles --style monokai'
|
||||
! hugo gen chromastyles --style __invalid_style__
|
||||
stderr 'invalid style: __invalid_style__'
|
||||
|
||||
# Issue 13475
|
||||
hugo gen chromastyles --style monokai
|
||||
stdout '{ }'
|
||||
hugo gen chromastyles --omitEmpty --style monokai
|
||||
! stdout '\{ \}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue