svoid test_withoutLeadingLinesEmptyAfterTrim() { testFunctionValues withoutLeadingLinesEmptyAfterTrim( " \n bla" := " bla", " \r\n bla" := " bla", "test" := "test", ); }