summaryrefslogtreecommitdiff
path: root/test/command/duplicate_attributes.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-01-21 15:01:50 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-01-21 15:01:50 -0800
commit9e0d146837c3bd759fd2b65002f3dfe07c96ff36 (patch)
treef2d15116b67fa815585b05eb7bbd14acd16527eb /test/command/duplicate_attributes.md
parent7df29e495f17b239f0e4b239fda849a1f27d2cf2 (diff)
Update command tests to distinguish stderr and test exit status.
Diffstat (limited to 'test/command/duplicate_attributes.md')
-rw-r--r--test/command/duplicate_attributes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/duplicate_attributes.md b/test/command/duplicate_attributes.md
index b6e8a4c21..4eec0be45 100644
--- a/test/command/duplicate_attributes.md
+++ b/test/command/duplicate_attributes.md
@@ -2,6 +2,6 @@
% pandoc
[span]{.foobar style="color:blue" class="zip" style="color:red"}
^D
-[WARNING] Ignoring duplicate attribute style="color:red".
+2> [WARNING] Ignoring duplicate attribute style="color:red".
<p><span class="foobar zip" style="color:blue">span</span></p>
```