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

Problem in compound verses with prefix #78

Closed
tayknight opened this issue Jan 21, 2023 · 1 comment · Fixed by #80
Closed

Problem in compound verses with prefix #78

tayknight opened this issue Jan 21, 2023 · 1 comment · Fixed by #80
Assignees
Labels
bug Something isn't working

Comments

@tayknight
Copy link

These works

bible.get_references('Ezra 1:1-Ezra 2:1')
bible.get_references('1 Kings 1:1-3')

But these return wrong references or fail to return references

bible.get_references("1 Kings 1:1-Kings 1:10")
bible.get_references("1 Chronicles 1:5-1 Chronicles 1:7")

My hunch is the 2nd "1" in "1 Chronicles" is getting picked up like I had tried to find "1 Chronicles 1:5-1"

@avendesora avendesora self-assigned this Feb 1, 2023
@avendesora avendesora added the bug Something isn't working label Feb 1, 2023
@avendesora avendesora linked a pull request Feb 1, 2023 that will close this issue
@avendesora
Copy link
Owner

This should be fixed in pythonbible version 0.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants