From 23df94e30a1ec48a324aef6ed67051138812cf8b Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 2 Apr 2019 17:59:47 -0700
Subject: Update command test #5416 to make it windows friendly

---
 test/command/5416.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'test')

diff --git a/test/command/5416.md b/test/command/5416.md
index 02999c631..619f4223e 100644
--- a/test/command/5416.md
+++ b/test/command/5416.md
@@ -1,11 +1,13 @@
 ```
-% echo "{" | pandoc -f dokuwiki -t native
+% pandoc -f dokuwiki -t native
+{
 ^D
 [Para [Str "{"]]
 ```
 
 ```
-% echo "{{" | pandoc -f dokuwiki -t native
+% pandoc -f dokuwiki -t native
+{{
 ^D
 [Para [Str "{{"]]
 ```
-- 
cgit v1.2.3