summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/4102.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/4102.md b/test/command/4102.md
new file mode 100644
index 000000000..88e2a4ddb
--- /dev/null
+++ b/test/command/4102.md
@@ -0,0 +1,11 @@
+SmallCaps spans can have additional attributes.
+```
+% pandoc -t latex -f markdown
+[Populus]{.smallcaps lang=la}
+
+[Romanus]{.smallcaps}
+^D
+\foreignlanguage{latin}{\textsc{Populus}}
+
+\textsc{Romanus}
+```