summaryrefslogtreecommitdiff
path: root/lib/html.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-05 16:20:36 +0300
committerPaul Buetow <paul@buetow.org>2025-08-05 16:20:36 +0300
commit61cfcc780dbd14333feb4e135dfe8399dc654f1d (patch)
tree59c5690e1ba9e4ea3c6684ac1dd3efee6aff7e5e /lib/html.source.sh
parent0177f9d40b7eb0dd33138923927b4d117a26c394 (diff)
fix bare blocks so lines in there can start with [[
Diffstat (limited to 'lib/html.source.sh')
-rw-r--r--lib/html.source.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/html.source.sh b/lib/html.source.sh
index 3c2a3dc..f6ee8e6 100644
--- a/lib/html.source.sh
+++ b/lib/html.source.sh
@@ -345,12 +345,5 @@ if [ -z $foo ]; then
fi
```'
assert::contains "$(html::fromgmi <<< "$input_block")" 'GNU source-highlight'
-
- input_block='```AUTO
-if [ -z $foo ]; then
- echo $foo
-fi
-```'
- assert::contains "$(html::fromgmi <<< "$input_block")" 'GNU source-highlight'
fi
}