From 4702849bfe7462fb6c6303786dac1b670c8f0f8f Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Wed, 14 Sep 2022 09:17:31 +0300 Subject: [PATCH] remove copypasted kvaq test --- kv-tests.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kv-tests.el b/kv-tests.el index 1713e5e..abd6a24 100644 --- a/kv-tests.el +++ b/kv-tests.el @@ -105,13 +105,6 @@ (should-not (equal "b" (kvaq "a" '((:a . :b)("a" . "b"))))) (should-not (kvaq "b" '((:a . :b)("a" . "b"))))) -(ert-deftest kvaq () - "Test the simple assq." - (should (equal :b (kvaq :a '((:a . :b)("a" . "b"))))) - (should (equal 2 (kvaq 1 '((1 . 2)("a" . "b"))))) - (should-not (equal "b" (kvaq "a" '((:a . :b)("a" . "b"))))) - (should-not (kvaq "b" '((:a . :b)("a" . "b"))))) - (ert-deftest kvaqc () "Test the simple assq." (should (equal :b (kvaqc :a '((:a . :b)("a" . "b"))))) -- 2.37.3 Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/irc.scm
AgeCommit message (Expand)Author
2024-05-31gnu: weechat: Update to 4.3.0....* gnu/packages/irc.scm (weechat): Update to 4.3.0. [input]: Add dependency on cjson. Change-Id: I30d326638430828c6967a6e6859120300b511a84 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA
2024-05-11gnu: weechat: Update to 4.2.2....* gnu/packages/irc.scm (weechat): Update to 4.2.2. Change-Id: I600369749f6a59ae83b312192589bbfdae61e0fe Vinicius Monego
2024-05-07gnu: Add soju....* gnu/packages/irc.scm (soju): New variable.. Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I18b7e574339e98fdf2623338aac1635c8e727699 Jesse Eisses
2024-05-07gnu: Add go-gopkg-in-irc-v4....* gnu/packages/irc.scm (go-gopkg-in-irc-v4): New variable. Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ie1afdde3d1a23154e592445b5ce91e5918c6c822 Jesse Eisses
2024-05-07gnu: go-gopkg-in-irc-v3: Enable tests....* gnu/packages/irc.scm (go-gopkg-in-irc-v3): Enable tests, remove input lables. [propagated-inputs]: Remove go-github-com-stretchr-testify. [native-inputs]: Add go-github-com-stretchr-testify and python-irc-parser-tests. Change-Id: I83c8094e9417052781993c3cde900c47875a2029 Sharlatan Hellseher
2024-05-07gnu: Add python-irc-parser-tests....* gnu/packages/irc.scm (python-irc-parser-tests): New variable. Change-Id: Iaffea626ed06e228562b3c92123d30c9712de7c3 Sharlatan Hellseher
2024-04-06gnu: Add missing import....Fixes a regression introduced in dccc807eb24791facc9e3144643f1526d101803e. * gnu/packages/irc.scm: Add missing import. Change-Id: I2b015939ba57ee61532b99c8e88e39217fa1cdd1 Ludovic Courtès
2024-03-31gnu: weechat: Update to 4.2.1....* gnu/packages/irc.scm (weechat): Update to 4.2.1. Change-Id: I9b36ce659762aac88f940d2946304d5cd43c66ee Vinicius Monego