emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
395 stars 51 forks source link

add when text check, add CTCP PING test #301

Closed ajarara closed 7 years ago

ajarara commented 7 years ago

test in test-circe.el checks specifically that a message-text of nil is translated to (and subsequently passed to circe-display as) "unknown seconds"

Couldn't get cask set up to test this, so I tested it by buttercup-run-discover. If someone can do the cask check and confirm it works on all supported versions, that'd be great.

fixes #296

jorgenschaefer commented 7 years ago

Excellent, thank you!