-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from seboettg/release/2.5.0
Release/2.5.0
- Loading branch information
Showing
6 changed files
with
83 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-114.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
>>===== MODE =====>> | ||
bibliography | ||
<<===== MODE =====<< | ||
|
||
>>===== RESULT =====>> | ||
<div class="csl-bib-body"> | ||
<div class="csl-entry">Helix, Felix. “How to Do Anything at All.”</div> | ||
</div> | ||
<<===== RESULT =====<< | ||
|
||
>>===== CSL =====>> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="minimal-two"> | ||
<info> | ||
<title></title> | ||
<id></id> | ||
<updated>2018-01-09T14:13:59+00:00</updated> | ||
</info> | ||
<locale xml:lang="en"> | ||
<style-options punctuation-in-quote="true"/> | ||
</locale> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name name-as-sort-order="first" and="text" delimiter-precedes-last="always" delimiter-precedes-et-al="always" initialize="false" initialize-with=". "/> | ||
<label form="long" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if variable="container-title" match="any"> | ||
<text variable="title" quotes="true" text-case="title"/> | ||
</if> | ||
<else> | ||
<text variable="title" font-style="italic" text-case="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<bibliography> | ||
<layout suffix="."> | ||
<group delimiter=". "> | ||
<text macro="author"/> | ||
<text macro="title"/> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> | ||
<<===== CSL =====<< | ||
|
||
>>===== INPUT =====>> | ||
[ | ||
{ | ||
"author": [ | ||
{ | ||
"family": "Helix", | ||
"given": "Felix" | ||
} | ||
], | ||
"container-title": "motivational studies", | ||
"container-title-short": "most", | ||
"id": "ITEM-2", | ||
"issue": "1", | ||
"publisher-place": "Cologne, Germany", | ||
"title": "How to do anything at all", | ||
"type": "article-journal", | ||
"volume": "1" | ||
} | ||
] | ||
<<===== INPUT =====<< |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters