# Small test file to check different --word-diff-regex settings in Git.
-# Copyright (C) 2012 Simon Ruderich
+# Copyright (C) 2012-2014 Simon Ruderich
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-set -e
+set -eu
git_diff() {
git diff --color=never --word-diff=plain --word-diff-regex="$1" \