5 lines
95 B
Groovy
5 lines
95 B
Groovy
|
|
def quote2 = '"'
|
||
|
|
def apostrophe2 = "'"
|
||
|
|
assert quote == quote2
|
||
|
|
assert apostrophe == apostrophe2
|