jorgenschaefer / emacs-buttercup

Behavior-Driven Emacs Lisp Testing
GNU General Public License v3.0
360 stars 44 forks source link

Fix property comparisons in unit tests. #210

Closed phst closed 2 years ago

phst commented 2 years ago

Before Emacs 29, ‘equal-including-properties’ should not be used to compare propertized strings due to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=6581. ERT provides a replacement ‘ert-equal-including-properties’.

Fixes #209

snogge commented 2 years ago

Is this a fix for #209?

phst commented 2 years ago

Yeah, I hope that this indeed fixes all the test failures.

snogge commented 2 years ago

Thank you!