aboutsummaryrefslogtreecommitdiff
path: root/test/docbook-reader.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/docbook-reader.native')
-rw-r--r--test/docbook-reader.native3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/docbook-reader.native b/test/docbook-reader.native
index c8d59ca82..be3819336 100644
--- a/test/docbook-reader.native
+++ b/test/docbook-reader.native
@@ -266,6 +266,9 @@ Pandoc
]
, CodeBlock
( "" , [] , [] ) "sub status {\n print \"working\";\n}"
+ , CodeBlock
+ ( "" , [ "numberLines" ] , [] )
+ "sub status {\n print \"working with line numbers\";\n}"
, CodeBlock ( "" , [] , [] ) "% ls"
, Para [ Str "A" , Space , Str "list:" ]
, OrderedList