forked from Bridgeconn/usfm-grammar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autofix: Add \p. Fixes Bridgeconn#270
- Loading branch information
1 parent
fd59749
commit f8a3f22
Showing
4 changed files
with
54 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
\id GEN genesis Some desc | ||
\c 1 | ||
\p | ||
\v 1 test verse | ||
\s some poem | ||
\q1 | ||
first line | ||
\b | ||
\q1 | ||
\v 2 more lines | ||
\b | ||
remaining verses | ||
\v 3 text follows | ||
\c 2 | ||
\p | ||
\v 1 test verse | ||
\s some poem | ||
\q1 | ||
first line | ||
\b | ||
\q1 | ||
\v 2 more lines | ||
\b | ||
\v 3 verse follows |
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