essobedo commented on PR #8936:
URL: https://github.com/apache/camel/pull/8936#issuecomment-1362575326

   > Example out = StringQuoteHelper.splitSafeQuote("'Hello'", ',', true); 
assertEquals(**"'Hello'"**, out[0]); -> true
   > 
   > out = StringQuoteHelper.splitSafeQuote("'Hello', 'Camel'", ',', true); 
assertEquals(**"Hello"**, out[0]); -> true
   > 
   > Please check if this is the intended behavior.
   
   The first result sounds weird indeed. @davsclaus could you please confirm if 
it is a bug or not? I'm also wondering if there is a way to escape a single 
quote if single quotes have chosen like in the expression `"'John's'"`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to