Added test for spacing error that wasn't being triggered

This commit is contained in:
thk123 2016-12-20 17:58:07 +00:00 committed by Michael Tautschnig
parent 13b7639d55
commit 4f803c604e
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*******************************************************************\
Module: Lint Examples
Author: Thomas Kiley, thomas@diffblue.com
\*******************************************************************/
static void fun()
{
version_set = true;
}

View File

@ -0,0 +1,7 @@
CORE
main.cpp
^main\.cpp:11: Remove spaces around = \[whitespace/operators\] \[4\]
^Total errors found: 1$
^SIGNAL=0$
--