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.md23
1 files changed, 17 insertions, 6 deletions
diff --git a/test/command/5178.md b/test/command/5178.md
index 856f86abc..1c39b5071 100644
--- a/test/command/5178.md
+++ b/test/command/5178.md
@@ -7,8 +7,8 @@
unsafePerformIO main
^D
#+begin_src haskell -n 42
- main = putStrLn "Hello World!"
- unsafePerformIO main
+main = putStrLn "Hello World!"
+unsafePerformIO main
#+end_src
```
@@ -22,8 +22,19 @@
(+ 2 2)
#+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"]
+[ CodeBlock
+ ( ""
+ , [ "commonlisp" , "numberLines" ]
+ , [ ( "org-language" , "lisp" ) , ( "startFrom" , "20" ) ]
+ )
+ "(+ 1 1)\n"
+, CodeBlock
+ ( ""
+ , [ "commonlisp" , "numberLines" , "continuedSourceBlock" ]
+ , [ ( "org-language" , "lisp" ) , ( "startFrom" , "10" ) ]
+ )
+ "(+ 2 2)\n"
+]
```
```
@@ -32,10 +43,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
```