fix header non-ascii chars, and introduce test suite support for detecting this in source files
This commit is contained in:
@@ -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,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user