;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2017 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (test-base16) #:use-module (guix base16) #:use-module (srfi srfi-1) #:use-module (srfi srfi-64) #:use-module (rnrs bytevectors)) (test-begin "base16") (test-assert "bytevector->base16-string->bytevector" (every (lambda (bv) (equal? (base16-string->bytevector (bytevector->base16-string bv)) bv)) (map string->utf8 '("" "f" "fo" "foo" "foob" "fooba" "foobar")))) (test-end "base16") href='/guix/tree/gnu/packages/xiph.scm?id=8e1cd1a2c53a2944012d5b2c1670e7203cdf91b6'>treecommitdiff
AgeCommit message (Expand)Author
2018-02-16Merge branch 'master' into core-updatesMark H Weaver
2018-02-16gnu: opusfile: Update to 0.10....Tobias Geerinckx-Rice
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-15gnu: opusfile: Update to 0.9....Tobias Geerinckx-Rice
2018-01-15gnu: xiph: Use HTTPS for home pages where possible....Tobias Geerinckx-Rice
2018-01-11gnu: libvorbis: Integrate grafted patches....Leo Famulari
2018-01-11gnu: libvorbis: Fix CVE-2017-{14632,14633}....Leo Famulari
2017-10-20gnu: speexdsp: Fix building on aarch64-linux....Efraim Flashner
2017-10-19gnu: speex: Build and install 'speexdec' and 'speexenc'....宋文武
2017-07-24gnu: opus: Update to 1.2.1....Leo Famulari