diff options
author | Paul Smith <psmith@gnu.org> | 2012-09-09 22:37:13 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-09-09 22:37:13 +0000 |
commit | 7d3743dfdc0de4d5867325ca8295034773ad26cf (patch) | |
tree | 10df9f71a7f077d44e91b10b241ce3f1b52cd3ae /tests/ChangeLog | |
parent | a839588fc940a359603dcca47adde5c97fb39aa9 (diff) | |
download | gunmake-7d3743dfdc0de4d5867325ca8295034773ad26cf.tar.gz |
Verify that backslashes before non-special characters are preserved.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index aa572d3..cc1724c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,8 @@ 2012-09-09 Paul Smith <psmith@gnu.org> + * scripts/features/escape: Check that backslashes before + non-special characters are not removed. + * scripts/features/utf8: New test for UTF-8 support. See Savannah bug #36529. |