Closed agentm closed 5 years ago
The pretty printer for a simple "With" expression round-trips this:
WITH x AS...
to:
WITH AS x AS...
Thanks. I need to work out why the testing didn't catch this - it should have.
fixed in 0.6.0 release
The pretty printer for a simple "With" expression round-trips this:
to: