aboutsummaryrefslogtreecommitdiff
path: root/test/command/3534.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3534.md')
-rw-r--r--test/command/3534.md70
1 files changed, 34 insertions, 36 deletions
diff --git a/test/command/3534.md b/test/command/3534.md
index 1be10cf62..8692007d2 100644
--- a/test/command/3534.md
+++ b/test/command/3534.md
@@ -19,24 +19,23 @@ I want to explain the interface of \lstinline{public class MyClass}.
I want to explain the interface of \lstinline[language=Java]{public class MyClass}.
^D
[ Para
- [ Str "I"
- , Space
- , Str "want"
- , Space
- , Str "to"
- , Space
- , Str "explain"
- , Space
- , Str "the"
- , Space
- , Str "interface"
- , Space
- , Str "of"
- , Space
- , Code
- ( "", [ "java" ], [] ) "public class MyClass"
- , Str "."
- ]
+ [ Str "I"
+ , Space
+ , Str "want"
+ , Space
+ , Str "to"
+ , Space
+ , Str "explain"
+ , Space
+ , Str "the"
+ , Space
+ , Str "interface"
+ , Space
+ , Str "of"
+ , Space
+ , Code ( "" , [ "java" ] , [] ) "public class MyClass"
+ , Str "."
+ ]
]
```
@@ -61,23 +60,22 @@ I want to explain the interface of \mintinline{java}|public class MyClass|.
I want to explain the interface of \mintinline[linenos]{java}{public class MyClass}.
^D
[ Para
- [ Str "I"
- , Space
- , Str "want"
- , Space
- , Str "to"
- , Space
- , Str "explain"
- , Space
- , Str "the"
- , Space
- , Str "interface"
- , Space
- , Str "of"
- , Space
- , Code
- ( "", [ "java" ], [] ) "public class MyClass"
- , Str "."
- ]
+ [ Str "I"
+ , Space
+ , Str "want"
+ , Space
+ , Str "to"
+ , Space
+ , Str "explain"
+ , Space
+ , Str "the"
+ , Space
+ , Str "interface"
+ , Space
+ , Str "of"
+ , Space
+ , Code ( "" , [ "java" ] , [] ) "public class MyClass"
+ , Str "."
+ ]
]
```