diff --git a/test/command/5795.md b/test/command/5795.md
index 8271e1232..ea0fcb654 100644
--- a/test/command/5795.md
+++ b/test/command/5795.md
@@ -1,17 +1,17 @@
```
% pandoc -f html -t html
-foo
+foo
^D
-foo
+foo
```
```
% pandoc -f html -t native
-foo
+foo
^D
[ Plain
[ Span
- ( "foo" , [ "dfn" , "dfn" ] , [ ( "title" , "bax" ) ] )
+ ( "foo" , [ "dfn" ] , [ ( "title" , "bax" ) ] )
[ Span ( "" , [] , [] ) [ Str "foo" ] ]
]
]
@@ -19,7 +19,7 @@
```
% pandoc -f native -t html
-[Plain [Span ("foo",["dfn","dfn"],[("title","bax")]) [Span ("",[],[]) [Str "foo"]]]]
+[Plain [Span ("foo",["dfn"],[("title","bax")]) [Span ("",[],[]) [Str "foo"]]]]
^D
-foo
+foo
```