groovy 多行字符串(多余的换行符)

示例

def str = '''
multiline 
string'''
assert str.readLines().size() == 3