veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
256 stars 90 forks source link

Tests: execute pretty-expr after pretty-declarations when indenting #1781

Closed gmlarumbe closed 2 years ago

gmlarumbe commented 2 years ago

Hi,

This PR implements the 0test.el changes of #1780.

verilog-pretty-expr is run after verilog-pretty-declarations since the latter removes spacing after the declaration, canceling the effect of verilog-pretty-expr.