summaryrefslogtreecommitdiff
path: root/lib/html.source.sh
diff options
context:
space:
mode:
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
}