* src/sanity/style.test: Allow "'" after ",".

This commit is contained in:
Alexandre Duret-Lutz 2004-11-22 17:06:25 +00:00
parent 6cce60bed7
commit 63453a2424
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2004-11-22 Alexandre Duret-Lutz <adl@src.lip6.fr> 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 * src/tgbaalgos/gv04.cc, src/tgbaalgos/gv04.hh: New files, partly
based on Thomas Martinez's src/tgbaalgos/tarjan_on_fly.cc and based on Thomas Martinez's src/tgbaalgos/tarjan_on_fly.cc and
src/tgbaalgos/tarjan_on_fly.hh former implementation. src/tgbaalgos/tarjan_on_fly.hh former implementation.

View file

@ -90,7 +90,7 @@ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
grep '! ' $tmp && grep '! ' $tmp &&
diag 'No space after unary operators (!).' diag 'No space after unary operators (!).'
grep ',[^ "%]' $tmp && grep ",[^ \"%']" $tmp &&
diag 'Space after coma.' diag 'Space after coma.'
grep '[^ ]&&[^ ]' $tmp && grep '[^ ]&&[^ ]' $tmp &&