Den 2011-03-01 10:40 skrev Stefano Lattarini:
> I'd also like to enhance `self-check-unindent.test' to ensure that
> `unindent' remains usable in parallel in the future.  OK to commit
> the patch below (to master)?  I'll push in 72 hours if there is no
> objection.

One other thing that could conceivable be tested is that unindent
behaves as desired when the first non-empty line has only spaces
and tabs on it. E.g.

cat > input << EOF

${tab}${sp}
${tab}${sp}${tab}Hello World!
EOF

cat > exp << EOF


${tab}Hello World!
EOF

Cheers,
Peter

Reply via email to