eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
32 stars 28 forks source link

CommaSeparatedValuesExpectation shows newlines escaped #192

Open cdietrich opened 8 years ago

cdietrich commented 8 years ago

CommaSeparatedValuesExpectation shows comparison escaped

/** XPECT demo at 'XXXX|' --- a,

b, c\nd

*/

is there a possibility to avoid this and get

/** XPECT demo at 'XXXX|' --- a, b, c

d

*/