> On 06 Oct 2014, at 14:29, Thierry Goubier <thierry.goubier@gmail.com> wrote:
>
> I'm encountering DNUs in the Styler in Pharo 4.0. Is someone else encountering those as well?
>
> A way to reproduce:
>
> RBParser parseFaultyMethod: 'test ^ ()’
>
When I execute that I do not get any problems with the styler, but the faulty expression parsing itself fails for
this input…
(dnu #addParenthesis: on the ErrorNode)
I get the same error in Pharo3.
Marcus