summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/command/9616.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/9616.md b/test/command/9616.md
new file mode 100644
index 000000000..5b7fb760c
--- /dev/null
+++ b/test/command/9616.md
@@ -0,0 +1,16 @@
+```
+% pandoc -f bibtex -t csljson -s
+@MISC {3252037,
+ TITLE = {Isomorphism between projective varieties $\mathbf{P}^{1}$ and a conic in $\mathbf{P}^{2}$},
+ URL = {https://math.stackexchange.com/q/3252037}
+}
+^D
+[
+ {
+ "URL": "https://math.stackexchange.com/q/3252037",
+ "id": "3252037",
+ "title": "Isomorphism between projective varieties $\\mathbf{P}^{1}$ and a conic in $\\mathbf{P}^{2}$",
+ "type": ""
+ }
+]
+```