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
f59773e3
Commit
f59773e3
authored
Jan 24, 2014
by
Alexandre Duret-Lutz
Browse files
* src/sanity/style.test: Allow &&...
parent
2f717415
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sanity/style.test
View file @
f59773e3
#! /bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2009, 2010, 2011, 2012, 2013 Laboratoire de
Recherche
# et Développement de l'Epita (LRDE).
# Copyright (C) 2009, 2010, 2011, 2012, 2013
, 2014
Laboratoire de
#
Recherche
et Développement de l'Epita (LRDE).
# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
# Pierre et Marie Curie.
...
...
@@ -179,7 +179,8 @@ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
diag
'Space after coma.'
# The 'r' allows operator&&
grep
'[^ r]&&[^ ]'
$tmp
&&
# The '.' allows &&...
grep
'[^ r]&&[^ .]'
$tmp
&&
diag
'Space around binary operators.'
# The 'r' allows operator||
...
...
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