* src/sanity/style.test: Allow "'" after ",".
This commit is contained in:
parent
6cce60bed7
commit
63453a2424
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2004-11-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/sanity/style.test: Allow "'" after ",".
|
||||
|
||||
* src/tgbaalgos/gv04.cc, src/tgbaalgos/gv04.hh: New files, partly
|
||||
based on Thomas Martinez's src/tgbaalgos/tarjan_on_fly.cc and
|
||||
src/tgbaalgos/tarjan_on_fly.hh former implementation.
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
|
|||
grep '! ' $tmp &&
|
||||
diag 'No space after unary operators (!).'
|
||||
|
||||
grep ',[^ "%]' $tmp &&
|
||||
grep ",[^ \"%']" $tmp &&
|
||||
diag 'Space after coma.'
|
||||
|
||||
grep '[^ ]&&[^ ]' $tmp &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue