summaryrefslogtreecommitdiffstats
path: root/testscripts
diff options
context:
space:
mode:
authorPaul Jolly <paul@myitcv.io>2024-03-14 10:04:41 +0000
committerGitHub <noreply@github.com>2024-03-14 11:04:41 +0100
commitbe914ff34d719168f8075dde657c1f5cdc3e4484 (patch)
treed6ce36c6e795dd23d806d9790df7201569c8e001 /testscripts
parent48a0fea87afd706efbe3021c332444116af80c97 (diff)
deps: Upgrade github.com/alecthomas/chroma/v2 to v2.13.0
Closes #11862
Diffstat (limited to 'testscripts')
-rw-r--r--testscripts/commands/gen.txt2
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 \}'