| The problem is that the {{expected}} string is constructed using platform-specific newlines ( ( {{%n}) ) , but the {{actual}} string will always contain plain LFs ({{\n}}) since it originates from a file with Unix-style line-endings ([https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/test/resources/org/hibernate/test/fileimport/multi-line-statements.sql])
|