diff options
author | Paul Jolly <[email protected]> | 2024-03-14 10:04:41 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-14 11:04:41 +0100 |
commit | be914ff34d719168f8075dde657c1f5cdc3e4484 (patch) | |
tree | d6ce36c6e795dd23d806d9790df7201569c8e001 /testscripts | |
parent | 48a0fea87afd706efbe3021c332444116af80c97 (diff) | |
download | hugo-be914ff34d719168f8075dde657c1f5cdc3e4484.tar.gz hugo-be914ff34d719168f8075dde657c1f5cdc3e4484.zip |
deps: Upgrade github.com/alecthomas/chroma/v2 to v2.13.0
Closes #11862
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/gen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/commands/gen.txt b/testscripts/commands/gen.txt index e11ba0642..2ab90e5be 100644 --- a/testscripts/commands/gen.txt +++ b/testscripts/commands/gen.txt @@ -16,4 +16,4 @@ checkfilecount $NUM_COMMANDS manpages hugo gen chromastyles -h stdout 'Generate CSS stylesheet for the Chroma code highlighter' hugo gen chromastyles --style monokai -stdout '/\* LineHighlight \*/ \.chroma \.hl \{ background-color: #3c3d38 \}' +stdout '/\* LineHighlight \*/ \.chroma \.hl \{ background-color:#3c3d38 \}' |