Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
63453a24
Commit
63453a24
authored
Nov 22, 2004
by
Alexandre Duret-Lutz
Browse files
* src/sanity/style.test: Allow "'" after ",".
parent
6cce60be
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
63453a24
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.
...
...
src/sanity/style.test
View file @
63453a24
...
...
@@ -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
&&
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment