SublimeLinter / SublimeLinter-gcc

This linter plugin for SublimeLinter provides an interface to gcc or other gcc-like (cross-)compiler.
MIT License
22 stars 5 forks source link

Adjust regex; col is not always present in gcc output. #3

Closed rabidt closed 6 years ago

rabidt commented 6 years ago

Also add regex tests.

Reference regex from Sublime default C++ build system: https://github.com/sublimehq/Packages/blob/master/C%2B%2B/C%2B%2B%20Single%20File.sublime-build

window.run_command("sublime_linter_contrib_gcc_run_tests") .

Ran 1 test in 0.000s

OK

jfcherng commented 6 years ago

Thank you. :+1: