summaryrefslogtreecommitdiff
path: root/website/tests/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* website: tests: Fix position of expected value in tests cases.•••Almost all test cases had the expected value and test-expr in the opposite order. * website/tests/apps/aux/lists.scm * website/tests/apps/aux/numbers.scm * website/tests/apps/aux/strings.scm * website/tests/apps/aux/sxml.scm * website/tests/apps/aux/system.scm * website/tests/apps/aux/web.scm * website/tests/apps/base/types.scm * website/tests/apps/blog/utils.scm sirgazil2019-03-058-99/+99
* website: Remove "GuixSD" from source file headers.•••Done by running these three commands from the website/ directory: find -name \*.scm |xargs sed -i -es'/;;; GuixSD website --.*/;;; GNU Guix web site/g' find -name \*.scm |xargs sed -i -es'/;;; GuixSD website/;;; The GNU Guix web site/g' find -name \*.scm |xargs sed -i -es'/part of GuixSD website/part of the GNU Guix web site/g' find -name \*.scm |xargs sed -i -es'/along with GuixSD website/along with the GNU Guix web site/g' Ludovic Courtès2019-03-059-9/+9
* website: Incorporate sirgazil's major update.•••Copied by Ludovic from https://bitbucket.org/sirgazil/guixsd-website hg changeset 209:ce9d62df07f2. sirgazil2017-12-069-0/+633