aboutsummaryrefslogtreecommitdiffstats
path: root/src/asciideck_block_parser.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/asciideck_block_parser.erl')
-rw-r--r--src/asciideck_block_parser.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asciideck_block_parser.erl b/src/asciideck_block_parser.erl
index 09d3f1a..5cea5f9 100644
--- a/src/asciideck_block_parser.erl
+++ b/src/asciideck_block_parser.erl
@@ -805,7 +805,7 @@ comment_block_test() ->
%% Asciidoc User Guide 16.6
passthrough_block(St) ->
- delimited_block(St, passthrough_block, $+).
+ delimited_block(St, passthrough_block, $+, #{<<"subs">> => <<"verbatim">>}).
-ifdef(TEST).
passthrough_block_test() ->