diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/5178.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/command/5178.md b/test/command/5178.md index 9df3f6cf8..57aace945 100644 --- a/test/command/5178.md +++ b/test/command/5178.md @@ -7,19 +7,19 @@ unsafePerformIO main ^D #+BEGIN_SRC haskell -n 42 - main = putStrLn "Hello World!" - unsafePerformIO main + main = putStrLn "Hello World!" + unsafePerformIO main #+END_SRC ``` ``` % pandoc -f org -t native #+BEGIN_SRC lisp -n 20 - (+ 1 1) + (+ 1 1) #+END_SRC #+BEGIN_SRC lisp +n 10 - (+ 2 2) + (+ 2 2) #+END_SRC ^D [CodeBlock ("",["commonlisp","numberLines"],[("org-language","lisp"),("startFrom","20")]) "(+ 1 1)\n" @@ -32,10 +32,10 @@ ,CodeBlock ("",["commonlisp","numberLines","continuedSourceBlock"],[("org-language","lisp"),("startFrom","10")]) "(+ 2 2)\n"] ^D #+BEGIN_SRC lisp -n 20 - (+ 1 1) + (+ 1 1) #+END_SRC #+BEGIN_SRC lisp +n 10 - (+ 2 2) + (+ 2 2) #+END_SRC ``` |