comparison tests/test-annotate.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 f2719b387380
children 0fd0612dc855
comparison
equal deleted inserted replaced
17346:2944a6d35158 17347:2da47de36b6f
277 > 277 >
278 > b b 278 > b b
279 > EOF 279 > EOF
280 $ hg ci -Am "adda" 280 $ hg ci -Am "adda"
281 adding a 281 adding a
282 $ cat > a <<EOF 282 $ sed 's/EOL$//g' > a <<EOF
283 > a a 283 > a a
284 > 284 >
285 > 285 > EOL
286 > b b 286 > b b
287 > EOF 287 > EOF
288 $ hg ci -m "changea" 288 $ hg ci -m "changea"
289 289
290 Annotate with no option 290 Annotate with no option