aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-26 10:57:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-26 10:57:57 -0800
commit9e1d86638ce7ee9e22e0623f77ffe8609f552b15 (patch)
treef8048a1bbc5a132898bd47a1013f854668eb7020 /test
parentba4b9db16d5f8bdfb26f8c0d344bd8ce78cf8ddd (diff)
downloadpandoc-9e1d86638ce7ee9e22e0623f77ffe8609f552b15.tar.gz
LaTeX reader: support `\foreignlanguage` from babel.
Diffstat (limited to 'test')
-rw-r--r--test/command/4199.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/4199.md b/test/command/4199.md
new file mode 100644
index 000000000..49d2bdbcb
--- /dev/null
+++ b/test/command/4199.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f latex -t native
+\foreignlanguage{ngerman}{foo}
+^D
+[Para [Span ("",[],[("lang","de-DE")]) [Str "foo"]]]
+```