fix header non-ascii chars, and introduce test suite support for detecting this in source files

This commit is contained in:
Michael Rash
2014-03-14 09:14:35 -04:00
parent ad512ff6e7
commit 9e990c9be0
107 changed files with 138 additions and 105 deletions
+6
View File
@@ -6,4 +6,10 @@
'detail' => 'all error codes handled',
'function' => \&code_structure_fko_error_strings,
},
{
'category' => 'code structure',
'subcategory' => 'chars',
'detail' => 'search for non-ascii chars',
'function' => \&code_structure_search_sources_for_non_ascii_chars,
},
);