sora-editor
sora-editor copied to clipboard
Fixed: ContentReference.RefReader does not respect ContentLine.lineSeparator
The ContentReference.RefReader ignores the line separator for the ContentLine and appends LF (\n) instead. This PR fixes this issue.
Check out the ContentTest in editor module for more information.