diff --git a/libs/preprocessor/tests/bootstrap/ace_main/script_macros_common.hpp b/libs/preprocessor/tests/bootstrap/ace_main/script_macros_common.hpp index f928593a..be13021c 100644 --- a/libs/preprocessor/tests/bootstrap/ace_main/script_macros_common.hpp +++ b/libs/preprocessor/tests/bootstrap/ace_main/script_macros_common.hpp @@ -352,7 +352,7 @@ Macro: ERROR_WITH_TITLE() TITLE - Title of error message MESSAGE - Body of error message -Example:` +Example: (begin example) ERROR_WITH_TITLE("Value not found","Value of frog not found in config ...yada...yada..."); (end) diff --git a/libs/preprocessor/tests/bootstrap/join_ignore/expected.hpp b/libs/preprocessor/tests/bootstrap/join_ignore/expected.hpp index b59ec51a..48e5a522 100644 --- a/libs/preprocessor/tests/bootstrap/join_ignore/expected.hpp +++ b/libs/preprocessor/tests/bootstrap/join_ignore/expected.hpp @@ -2,4 +2,4 @@ private _test = []; _test pushBack "#"; _test pushBack "##"; _test pushBack '###'; -_test pushBack '####'; \ No newline at end of file +_test pushBack '####'; diff --git a/libs/preprocessor/tests/bootstrap/join_ignore/source.hpp b/libs/preprocessor/tests/bootstrap/join_ignore/source.hpp index b59ec51a..48e5a522 100644 --- a/libs/preprocessor/tests/bootstrap/join_ignore/source.hpp +++ b/libs/preprocessor/tests/bootstrap/join_ignore/source.hpp @@ -2,4 +2,4 @@ private _test = []; _test pushBack "#"; _test pushBack "##"; _test pushBack '###'; -_test pushBack '####'; \ No newline at end of file +_test pushBack '####';