Skip to content

Commit 09c5666

Browse files
committed
fix: test
1 parent a393926 commit 09c5666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/definition-lists.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testset "markdown" begin
1+
@testset "definition-lists" begin
22
doc = test_pandoc(
33
raw"""
44
:FnlCompileBuffer

test/para.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testset "markdown" begin
1+
@testset "para" begin
22
doc = test_pandoc(
33
raw"""
44
Pandoc supports definition lists: <https://pandoc.org/MANUAL.html#definition-lists>.

0 commit comments

Comments
 (0)