yoshiki / yaml-mode

The emacs major mode for editing files in the YAML data serialization format.
GNU General Public License v3.0
487 stars 132 forks source link

Add unit test and github actions configuration #101

Closed syohex closed 2 years ago

syohex commented 2 years ago

Changing

This patch took #98 changes for adding unit test

CC: @liuyinz

liuyinz commented 2 years ago

Tests good, please merge it.

wasamasa commented 2 years ago

Generally speaking, I'm in for automating these checks. What do you think of using an existing solution for testing the font-lock bits, like using assess-face-at= from assess or faceup?

syohex commented 2 years ago

@wasamasa I've fixed your comments

syohex commented 2 years ago

What do you think of using an existing solution for testing the font-lock bits, like using assess-face-at= from assess or faceup?

I have never use such tools and I have never seen projects that use those frameworks, sorry.

syohex commented 2 years ago

Thank you for reviewing