0bdcf415e4
Update tests. Reason: it turns out that the native output generated by pretty-simple isn't always readable by the native reader. According to https://github.com/cdepillabout/pretty-simple/issues/99 it is not a design goal of the library that the rendered values be readable using 'read'. This makes it unsuitable for our purposes. pretty-show is a bit slower and it uses 4-space indents (non-configurable), but it doesn't have this serious drawback.
61 lines
1.1 KiB
Markdown
61 lines
1.1 KiB
Markdown
```
|
|
% pandoc -f latex -t native
|
|
electromagnetic\hyp{}endioscopy
|
|
^D
|
|
[ Para [ Str "electromagnetic-endioscopy" ] ]
|
|
```
|
|
|
|
```
|
|
% pandoc -f latex -t native
|
|
C\colonhyp\bshyp{}Windows\bshyp
|
|
^D
|
|
[ Para [ Str "C:\173\\\173Windows\\\173" ] ]
|
|
```
|
|
|
|
```
|
|
% pandoc -f latex -t native
|
|
\fshyp{}usr\fshyp{}share\fshyp
|
|
^D
|
|
[ Para [ Str "/\173usr/\173share/\173" ] ]
|
|
```
|
|
|
|
```
|
|
% pandoc -f latex -t native
|
|
\fshyp{}home\fshyp{}schrieveslaach\fshyp\dothyp{}m2
|
|
^D
|
|
[ Para [ Str "/\173home/\173schrieveslaach/\173.\173m2" ] ]
|
|
```
|
|
|
|
```
|
|
% pandoc -f latex -t native
|
|
\nohyphens{Pneumonoultramicroscopicsilicovolcanoconiosis}
|
|
^D
|
|
[ Para
|
|
[ Str "Pneumonoultramicroscopicsilicovolcanoconiosis" ]
|
|
]
|
|
```
|
|
|
|
```
|
|
% pandoc -f latex -t native
|
|
\textnhtt{Pneumonoultramicroscopicsilicovolcanoconiosis}
|
|
^D
|
|
[ Para
|
|
[ Code
|
|
( "" , [] , [] )
|
|
"Pneumonoultramicroscopicsilicovolcanoconiosis"
|
|
]
|
|
]
|
|
```
|
|
|
|
```
|
|
% pandoc -f latex -t native
|
|
\nhttfamily{Pneumonoultramicroscopicsilicovolcanoconiosis}
|
|
^D
|
|
[ Para
|
|
[ Code
|
|
( "" , [] , [] )
|
|
"Pneumonoultramicroscopicsilicovolcanoconiosis"
|
|
]
|
|
]
|
|
```
|
|
|