aboutsummaryrefslogtreecommitdiff
path: root/test/command/5178.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5178.md')
-rw-r--r--test/command/5178.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/command/5178.md b/test/command/5178.md
index 57aace945..856f86abc 100644
--- a/test/command/5178.md
+++ b/test/command/5178.md
@@ -6,21 +6,21 @@
main = putStrLn "Hello World!"
unsafePerformIO main
^D
-#+BEGIN_SRC haskell -n 42
+#+begin_src haskell -n 42
main = putStrLn "Hello World!"
unsafePerformIO main
-#+END_SRC
+#+end_src
```
```
% pandoc -f org -t native
-#+BEGIN_SRC lisp -n 20
+#+begin_src lisp -n 20
(+ 1 1)
-#+END_SRC
+#+end_src
-#+BEGIN_SRC lisp +n 10
+#+begin_src lisp +n 10
(+ 2 2)
-#+END_SRC
+#+end_src
^D
[CodeBlock ("",["commonlisp","numberLines"],[("org-language","lisp"),("startFrom","20")]) "(+ 1 1)\n"
,CodeBlock ("",["commonlisp","numberLines","continuedSourceBlock"],[("org-language","lisp"),("startFrom","10")]) "(+ 2 2)\n"]
@@ -31,11 +31,11 @@
[CodeBlock ("",["commonlisp","numberLines"],[("org-language","lisp"),("startFrom","20")]) "(+ 1 1)\n"
,CodeBlock ("",["commonlisp","numberLines","continuedSourceBlock"],[("org-language","lisp"),("startFrom","10")]) "(+ 2 2)\n"]
^D
-#+BEGIN_SRC lisp -n 20
+#+begin_src lisp -n 20
(+ 1 1)
-#+END_SRC
+#+end_src
-#+BEGIN_SRC lisp +n 10
+#+begin_src lisp +n 10
(+ 2 2)
-#+END_SRC
+#+end_src
```