4an70m / apex-query-builder

Convenient query builder for dynamic SOQL queries
MIT License
53 stars 25 forks source link

test classes fail: returning `\n` newline characters #8

Open dcinzona opened 5 years ago

dcinzona commented 5 years ago

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.

aranwe commented 4 years ago

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);

dcinzona commented 4 years ago

I like the overload idea Gives the dev options.