Closed Apteryks closed 10 months ago
Test delete-numberless-inner-snippet-issue-562 condition: (ert-test-failed ((should (looking-at "blable")) :form (looking-at "blable") :value nil))
Hmm... I can't see any (looking-at "blable")
in the
yasnippet-tests.el
file. Neither in master
nor in 0.14.0, so I have
no idea where this comes from.
Hm, on my side:
$ grep -rin blable /gnu/store/majhq681xa00sxyhpnqs4xl8q597gb99-emacs-yasnippet-0.14.0-checkout
/gnu/store/majhq681xa00sxyhpnqs4xl8q597gb99-emacs-yasnippet-0.14.0-checkout/yasnippet-tests.el:289: (should (looking-at "testblable"))
/gnu/store/majhq681xa00sxyhpnqs4xl8q597gb99-emacs-yasnippet-0.14.0-checkout/yasnippet-tests.el:292: (should (looking-at "blable"))
Ah, the ble -> blabe is caused by a patch carried in GNU Guix named "emacs-yasnippet-fix-tests.patch". I'll experiment without them or update to master.
A new tag would be nice, but in the meantime I bumped the package to its latest commit and dropped that old patch.
Ha, it didn't occur to me that you'd have such a patch. I was looking through the history and searching through the macros trying to figure out how on earth you ended up with that code :-)
Ah! Apologies for the confusion! Thanks for looking at my report!
Hi,
The following test failure was reported by the GNU Guix CI in https://ci.guix.gnu.org/build/3341166/details, with output: