syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.69k stars 4.89k forks source link

Dotspacemacs tests need to be updated for the new editing style -- checking for :variables section of the sexp #10841

Closed robbyoconnor closed 6 years ago

robbyoconnor commented 6 years ago

Description :octocat:

The dotspacemacs tests do not take into account that the vim and hybrid editing styles can have a :variables section defining the variables.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: Fails the test checking the editing style

** TEST: [[file:/home/rob/.spacemacs.d/init.el::dotspacemacs-editing-style][dotspacemacs-editing-style]] is 'vim, 'emacs or 'hybrid or and list with `:variable' keyword
*** FAIL: (vim :variables vim-style-visual-feedback t vim-style-remap-Y-to-y$ t vim-style-retain-visual-state-on-shift t vim-style-visual-line-move-text t vim-style-ex-substitute-global nil)

Expected behaviour: :heart: :smile: Should pass.

System Info :computer:

et2010 commented 6 years ago

I made a PR to fix this:

https://github.com/syl20bnr/spacemacs/pull/10838

syl20bnr commented 6 years ago

Should be fixed in develop branch.

robbyoconnor commented 6 years ago

@syl20bnr since this is fixed -- I closed this.