-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: Fix t-060 case where abbreviation is followed by a comma
- Loading branch information
Showing
3 changed files
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
t-060 [Manual Review] chapter-1.xhtml Old style Bible citation. | ||
<cite>Genesis, <span epub:type="z3998:roman">i</span>, 3</cite> | ||
<cite>Genesis <span epub:type="z3998:roman">i</span>, 3</cite> | ||
<cite><abbr>Gen.,</abbr> <span epub:type="z3998:roman">i</span>, | ||
3</cite> | ||
<p><abbr>Gen.</abbr>, <span epub:type="z3998:roman">i</span>, 3</p> |
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