apex-query-builder icon indicating copy to clipboard operation
apex-query-builder copied to clipboard

test classes fail: returning `\n` newline characters

Open dcinzona opened this issue 6 years ago • 2 comments

testClone1() testToString()

Personally, I wouldn't try to format (prettify) the query string because that will introduce a bunch of problems when trying to test the final query string.

dcinzona avatar Jul 10 '19 18:07 dcinzona

I have PR ready - should I send it? As it doesn't make sense .. or we could overload toString to sth like toString(Boolean beautify);

aranwe avatar Feb 03 '20 13:02 aranwe

I like the overload idea Gives the dev options.

dcinzona avatar Apr 29 '20 18:04 dcinzona