TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Assert will be failed in Windows #112

Closed huyuwen closed 6 years ago

huyuwen commented 6 years ago

https://github.com/theia-ide/yang-lsp/blob/37787053a252ddaee2d08dc200f5e7f6b55896fb/yang-lsp/io.typefox.yang.diagram/src/test/java/io/typefox/yang/diagram/test/DiagramGeneratorTest.xtend#L22

This assert will be failed due to Windows line delimiter '\r\n' in target toString

JanKoehnlein commented 6 years ago

Fixed