JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 5 forks source link

Changes to libxulsword's getMaxChapter and getMaxVerse affect Jest tests #276

Open JohnAustinDev opened 2 years ago

JohnAustinDev commented 2 years ago

An ambiguity has been addressed in these functions, such that the first argument is now versification (v11n) rather than module. These functions have always returned results corresponding to the versification of the passed module, not of the module itself. Now this is made obvious in the argument list.

This change requires updating of the libxulsword tests.