spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Fix Windows line separation.

Open szarpul opened this issue 1 year ago • 10 comments

Bug fix for #595

  • BeanOutputConverter - replace all Windows line separation with \n.
  • BeanOutputConverterTest - explicitly check line separation using \n.
  • Introduce TextBlockAssertion that asserts text blocks with line separation set to \n.

szarpul avatar Jun 25 '24 06:06 szarpul