metaeducation / rebol-issues

6 stars 1 forks source link

MOLD/FLAT on event values does not remove line breaks #2387

Open Oldes opened 5 years ago

Oldes commented 5 years ago

Now:

>> mold/flat make event! [type: 'lookup]
== "make event! [^/type: 'lookup^/]"

It should be:

== "make event! [type: 'lookup]"

Related to: https://github.com/rebol/rebol-issues/issues/2357