summaryrefslogtreecommitdiffstats
path: root/helpers/general_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/general_test.go')
-rw-r--r--helpers/general_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/general_test.go b/helpers/general_test.go
index 104a4c35d..60248b671 100644
--- a/helpers/general_test.go
+++ b/helpers/general_test.go
@@ -40,9 +40,9 @@ func TestResolveMarkup(t *testing.T) {
{"md", "markdown"},
{"markdown", "markdown"},
{"mdown", "markdown"},
- {"asciidoc", "asciidoc"},
- {"adoc", "asciidoc"},
- {"ad", "asciidoc"},
+ {"asciidocext", "asciidocext"},
+ {"adoc", "asciidocext"},
+ {"ad", "asciidocext"},
{"rst", "rst"},
{"pandoc", "pandoc"},
{"pdc", "pandoc"},