Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.
84 stars 39 forks source link

Fix issues highlighting triple-single-quoted strings #71

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

Ensure that we correctly handle '''foo ' bar''' and '''$foo'''. Includes tests -- we didn't have any highlighting tests before, so it should be easier to add more tests going forward.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+12.3%) to 71.698% when pulling 110180f5551e10c9dca5ad2f8e3e6b4cc785ee43 on fix_highlight_triple_quoted into 2f63009220e9b13516696396a8bf1a5be4757e33 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+12.3%) to 71.698% when pulling e11501455485c21d87650507239c6f80b3b10459 on fix_highlight_triple_quoted into 2f63009220e9b13516696396a8bf1a5be4757e33 on master.

Wilfred commented 7 years ago

I've also pushed a fix for // on its own. I put the commit in this PR, because it's using the same with-highlighted-groovy convenience macro.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+26.1%) to 85.577% when pulling 116b7a1e9167645d33ff19801d70aa609b12ac07 on fix_highlight_triple_quoted into 2f63009220e9b13516696396a8bf1a5be4757e33 on master.