##// END OF EJS Templates
eol: fix silly test-gendoc breakage by escaping control characters
Matt Mackall -
r14857:5b46c16e default
parent child Browse files
Show More
@@ -69,8 +69,8 b' overall behavior. There are three settin'
69 have mixed EOLs on purpose.
69 have mixed EOLs on purpose.
70
70
71 - ``eol.fix-trailing-newline`` (default False) can be set to True to
71 - ``eol.fix-trailing-newline`` (default False) can be set to True to
72 ensure that converted files end with a EOL character (either ``\n``
72 ensure that converted files end with a EOL character (either ``\\n``
73 or ``\r\n`` as per the configured patterns).
73 or ``\\r\\n`` as per the configured patterns).
74
74
75 The extension provides ``cleverencode:`` and ``cleverdecode:`` filters
75 The extension provides ``cleverencode:`` and ``cleverdecode:`` filters
76 like the deprecated win32text extension does. This means that you can
76 like the deprecated win32text extension does. This means that you can
General Comments 0
You need to be logged in to leave comments. Login now