t0027: test cases for combined attributes
commit67e9bff06a82fd4c3f0caa577c1c8a3a0fc975ac
authorTorsten Bögershausen <tboegi@web.de>
Mon, 25 Apr 2016 16:56:31 +0000 (25 18:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Apr 2016 19:12:03 +0000 (25 12:12 -0700)
tree86dffb7ddd833e8f26265de92deb75dc1439d728
parent70ad8c8d8c0840fb89492063274132d28bdfbe3b
t0027: test cases for combined attributes

Add more test cases for the not normalized files ("NNO"). The
"text" attribute is most important, use it as the first parameter.
"ident", if set, is the second paramater followed by the eol
attribute.  The eol attribute overrides core.autocrlf, which
overrides core.eol.
indent is not yet used, this will be done in the next commit.

Use loops to test more combinations of attributes, like
"* text eol=crlf" or especially "*text=auto eol=crlf".

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0027-auto-crlf.sh