An assumption was made that line number and column number start at 0, this is incorrect as both start at 1. This PR updates the code to reflect this.
🎫 Issues
Related to #53
👩💻 Reviewer Notes
Check the tests for accuracy, the dictionary ID should be identified once past the "<" of the HTML tag it refers to, otherwise it should revert to the parent. Additionally the position should be updated for the line number and column change as stated in the description above.
✅ Checklist
General
[ ] I have added tests for my changes.
[x] I have tested my changes.
[ ] I have updated the project documentation to reflect my changes.
Pull Request
📖 Description
An assumption was made that line number and column number start at 0, this is incorrect as both start at 1. This PR updates the code to reflect this.
🎫 Issues
Related to #53
👩💻 Reviewer Notes
Check the tests for accuracy, the dictionary ID should be identified once past the "<" of the HTML tag it refers to, otherwise it should revert to the parent. Additionally the position should be updated for the line number and column change as stated in the description above.
✅ Checklist
General