blob: 3ba00ecb60f674a84ef8ba8a9c2bba82589969db [file] [log] [blame]
print (/abc/)
print (<error descr="Multi-line slashy strings are not allowed in Groovy 1.6">/ab
c/</error>)
print (/abc${false}def/)
print (<error descr="Multi-line slashy strings are not allowed in Groovy 1.6">/abc${false}d
ef/</error>)