initial commit

This commit is contained in:
MarcUs7i 2025-02-09 11:57:04 +01:00
parent d4dc995bf8
commit ae911acd22
33 changed files with 5875 additions and 5875 deletions

View file

@ -1,31 +1,31 @@
/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Title: Trim string_cpy
* Author: S. Schraml
* ----------------------------------------------------------
* Description:
* Test functions for 'trim'.
* ----------------------------------------------------------
*/
#ifndef ___TEST_trim_H
#define ___TEST_trim_H
#include "shortcut.h"
TEST(empty_null_string);
TEST(empty_null_string_cpy);
TEST(empty_string);
TEST(empty_string_cpy);
TEST(just_string);
TEST(just_string_cpy);
TEST(leading_space);
TEST(leading_space_cpy);
TEST(trailing_space);
TEST(trailing_space_cpy);
TEST(leading_and_trailing_space);
TEST(leading_and_trailing_space_cpy);
TEST(just_space);
TEST(just_space_cpy);
#endif
/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Title: Trim string_cpy
* Author: S. Schraml
* ----------------------------------------------------------
* Description:
* Test functions for 'trim'.
* ----------------------------------------------------------
*/
#ifndef ___TEST_trim_H
#define ___TEST_trim_H
#include "shortcut.h"
TEST(empty_null_string);
TEST(empty_null_string_cpy);
TEST(empty_string);
TEST(empty_string_cpy);
TEST(just_string);
TEST(just_string_cpy);
TEST(leading_space);
TEST(leading_space_cpy);
TEST(trailing_space);
TEST(trailing_space_cpy);
TEST(leading_and_trailing_space);
TEST(leading_and_trailing_space_cpy);
TEST(just_space);
TEST(just_space_cpy);
#endif