emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 99c347f8226b1fd8470c83775a366587b2d25841
parent 3020ce3ff8ab93f2449a3fc217fc6334c74a0e8b
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Mon, 21 Dec 2015 22:53:01 +0530

Update tests to work with new emojis

Diffstat:
Mtest/emojify-test.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/emojify-test.el b/test/emojify-test.el @@ -47,7 +47,7 @@ (emojify-tests-with-emojified-static-buffer "😉\n:D\nD:\n:smile:" (emojify-tests-should-be-emojified (point-min)) (emojify-tests-should-be-emojified (line-beginning-position 2)) - (emojify-tests-should-not-be-emojified (line-beginning-position 3)) + (emojify-tests-should-be-emojified (line-beginning-position 3)) (emojify-tests-should-be-emojified (line-beginning-position 4)))) ;; The after-change tests stopped working after moving to JIT lock :unamused: