;;; 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") logtreecommitdiff
AgeCommit message (Expand)Author
2017-12-07gnu: cmst: Update to 2017.09.19....Tobias Geerinckx-Rice
2017-08-16gnu: connman: Update to 1.35....Efraim Flashner
2017-06-19gnu: efl: Update to 1.19.1....Efraim Flashner
2017-05-25gnu: cmst: Use modular Qt....Ricardo Wurmus
2017-05-03gnu: connman: Update to 1.34....Mathieu Othacehe
2017-04-26Update name on email address for Mathieu Othacehe.Arun Isaac
2017-04-25gnu: cmst: Update to 2017.03.18....Mathieu Othacehe
2017-01-07gnu: econnman: Add missing input....Clément Lassieur
2017-01-02gnu: Add cmst....Mathieu OTHACEHE
2017-01-02gnu: connman: Add dependency on polkit....Mathieu OTHACEHE
2016-12-04gnu: Add econnman....Efraim Flashner
2016-11-21gnu: connman: Update to 1.33....Efraim Flashner
2016-11-15gnu: connman: Use localstatedir outside of store....Tomáš Čech
2016-05-09gnu: connman: Fix url....Efraim Flashner
2016-05-05gnu: Add connman....Efraim Flashner