groovy 多行字符串(没有多余的尾随换行符)

示例

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