swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
372 stars 47 forks source link

Fix move by sexp #105

Closed uk-ar closed 9 years ago

uk-ar commented 9 years ago

Both forward-sexp(M-C-f) and backward-sexp(M-C-b) are easy to be broken by changing grammar(eg. #97). So I add test code to check forward-sexp and backward-sexp. And I fixed failed test. How about this?

ap4y commented 9 years ago

Hey @uk-ar sorry for the delay. Can you rebase this PR?

uk-ar commented 9 years ago

Hi @ap4y I rebased this PR. Can you review this?

ap4y commented 9 years ago

Thanks!