Print multiline pm.test name

Thank you for the quick reply
pm.test(“some string” +res.value1 +\n+"some string "+res.value2) function(){
iteration of response
});

in this i tried to print two response values in two line . but its showing in same line , both the values