groovy 多行字符串

示例

def str = '''multiline 
string'''
assert str instanceof String