We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... see the pull-request. Changed ~~ to >= in prev and next functions for the Corpus object. Added tests for that in CorpusPrevNextSpec.
The text was updated successfully, but these errors were encountered:
Is it possible to describe and document this in the issue tracker rather than a pull request?
Sorry, something went wrong.
In Corpus.scala…
Corpus.scala
Replaced ~~ with >= at lines: 663, 669, 692, and 699.
~~
>=
Added 6 texts in CorpusPrevNextSpec.scala.
CorpusPrevNextSpec.scala
What is the issue, though? Anything more concrete than "not correct"?
Asking for corpus.prevUrn(CtsUrn("urn:cts:greekLit:tlg0012.tlg001.perseus_grc2:2.1")) returns:
corpus.prevUrn(CtsUrn("urn:cts:greekLit:tlg0012.tlg001.perseus_grc2:2.1"))
Some(urn:cts:greekLit:tlg0012.tlg001.perseus_grc2:1.596-1.611)
Asking for corpus.nextUrn(CtsUrn("urn:cts:greekLit:tlg0012.tlg001.perseus_grc2:2.1")) returns:
corpus.nextUrn(CtsUrn("urn:cts:greekLit:tlg0012.tlg001.perseus_grc2:2.1"))
Some(urn:cts:greekLit:tlg0012.tlg001.perseus_grc2.lemmata:2.2.1-2.4.3)
Fixed and tested.
Eumaeus
No branches or pull requests
... see the pull-request. Changed ~~ to >= in prev and next functions for the Corpus object. Added tests for that in CorpusPrevNextSpec.
The text was updated successfully, but these errors were encountered: