aboutsummaryrefslogtreecommitdiff
path: root/test/command/issue437.csl
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/issue437.csl')
-rw-r--r--test/command/issue437.csl26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/command/issue437.csl b/test/command/issue437.csl
new file mode 100644
index 000000000..396ff441c
--- /dev/null
+++ b/test/command/issue437.csl
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="en-US" version="1.0">
+ <info>
+ <title>Minimal style to reproduce bug</title>
+ <id>http://www.example.org/styles/minimal-test-style</id>
+ <author>
+ <name>Nicolas Chachereau</name>
+ <email>nicolas@nchachereau.ch</email>
+ </author>
+ <updated>2020-01-27T14:27:45+01:00</updated>
+ </info>
+ <citation>
+ <layout>
+ <group delimiter=", ">
+ <names variable="author"/>
+ <text variable="title"/>
+ <text variable="publisher-place"/>
+ <date variable="issued" form="numeric" date-parts="year"/>
+ <group delimiter="&#160;">
+ <number variable="number-of-pages"/>
+ <label variable="number-of-pages"/>
+ </group>
+ </group>
+ </layout>
+ </citation>
+</style>