Skip to content

Commit

Permalink
Prepare Cite test for GAPDoc 1.6.7 (#5656)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 26, 2024
1 parent 8fe588d commit 3ad9341
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tst/testinstall/package.tst
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ new methods:
mockpkg_Property( ... )*


# Test the Cite() command (output changed with GAPDoc 1.6.6)
#@if CompareVersionNumbers(InstalledPackageVersion("gapdoc"), "1.6.6")
# Test the Cite() command (output changed with GAPDoc 1.6.6 and again with 1.6.7)
#@if CompareVersionNumbers(InstalledPackageVersion("gapdoc"), "1.6.7")
gap> Cite("mockpkg");
Please use one of the following samples
to cite mockpkg version from this installation
Expand Down Expand Up @@ -567,7 +567,8 @@ BibTeX:
year = {2018},
note = {GAP package},
howpublished = {\href {https://mockpkg.gap-system.org/}
{\texttt{https://mockpkg.gap-system.org/}}},
{\texttt{https://mockpkg.gap\texttt{\symbol{45}}system.o\
rg/}}},
printedkey = {AAM18}
}

Expand All @@ -580,7 +581,7 @@ to cite mockpkg version from this installation
Text:

[AAM18] Author, A., Author, R. and Maintainer, O., mockpkg, A mock package
for use by the GAP test suite, Version 0.1 (2018), (GAP package),
for use by the GAP test suite, Version 0.1 (2018), GAP package,
https://mockpkg.gap-system.org/.

HTML:
Expand Down

0 comments on commit 3ad9341

Please sign in to comment.