Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrongly parses references that span across chapters. #2

Open
twisp007 opened this issue Aug 26, 2020 · 0 comments
Open

Wrongly parses references that span across chapters. #2

twisp007 opened this issue Aug 26, 2020 · 0 comments

Comments

@twisp007
Copy link

There are two cases:

  1. When the whole chapter is meant the parser only includes the first verse.

Eg: Lev. 18

output: bcv(3,18,1)

expected output: bcv(3,18,1,18,30)

  1. When reference spans two or more chapters it wrongly excludes the last chapter.

Eg: Lev. 17–18

output: bcv(3,17,1,18,1)

expected output: bcv(3,17,1,18,30)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant