svoid test_makeAGIDomainPart() { testFunctionValues makeAGIDomainPart( "hello world" := "hello-world", "how are you?" := "how-are-you", "give me {that}" := "give-me-that", "line 1\nline 2" := "line-1--line-2" ); }