Re: Escaping unicode reference in slashy string

2016-02-09 Thread Paul King
That's correct David. The dollar slashy string handles a bunch of edge cases that arise with slashy strings in a more sane way but are still parsed after unicode characters. Cheers, Paul. On Wed, Feb 10, 2016 at 2:28 AM, David M. Karr wrote: > On 02/08/2016 06:55 PM, Edinson E. Padrón Urdaneta w

Re: Escaping unicode reference in slashy string

2016-02-09 Thread David M. Karr
On 02/08/2016 06:55 PM, Edinson E. Padrón Urdaneta wrote: Hi, David. Maybe this can be of help ~> { http://www.groovy-lang.org/single-page-documentation.html } The Dollar slashy string could be what you are looking for. Cheers. Just so it's clear, this doesn't deal with "\uabcd". With one ba

Re: not sure about Collection.intersect

2016-02-09 Thread Paul King
Yes, I think the fix proposed in: https://issues.apache.org/jira/browse/GROOVY-7530 will fix this bug with intersect too. See also: https://issues.apache.org/jira/browse/GROOVY-7602 Cheers, Paul. On Tue, Feb 9, 2016 at 1:32 PM, Strachan, Paul wrote: > OK. It appears to me like a Groovy bug i