comparison tests/test-convert-svn-source.t @ 17347:2da47de36b6f

check-code: fix check for trailing whitespace on continued lines too The tests in test-annotate.t and test-import-git.t that relied on trailing space in a file created by a here string is now masked by a literal 'EOL' string that is removed.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 08 Aug 2012 18:10:37 +0200
parents 3dd6da761fff
children 337d728e644f
comparison
equal deleted inserted replaced
17346:2944a6d35158 17347:2da47de36b6f
1 1
2 $ "$TESTDIR/hghave" svn svn-bindings || exit 80 2 $ "$TESTDIR/hghave" svn svn-bindings || exit 80
3 3
4 $ cat >> $HGRCPATH <<EOF 4 $ cat >> $HGRCPATH <<EOF
5 > [extensions] 5 > [extensions]
6 > convert = 6 > convert =
7 > graphlog = 7 > graphlog =
8 > [convert] 8 > [convert]
9 > svn.trunk = mytrunk 9 > svn.trunk = mytrunk
10 > EOF 10 > EOF
11 11