Adapted .function files and .data files to new test framework
Changes include:
- Integers marked with '#' in the .function files.
- Strings should have "" in .data files.
- String comparison instead of preprocessor-like replace for e.g. '=='
- Params and variables cannot have the same name in .function files
diff --git a/tests/suites/test_suite_error.function b/tests/suites/test_suite_error.function
index df6e857..d2ba86c 100644
--- a/tests/suites/test_suite_error.function
+++ b/tests/suites/test_suite_error.function
@@ -7,7 +7,7 @@
END_DEPENDENCIES
BEGIN_CASE
-error_strerror:code:result_str
+error_strerror:#code:result_str
{
char buf[500];