We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e089086 commit 7cb7250Copy full SHA for 7cb7250
1 file changed
src/Tests/DocumenterTests/XmlDocConversionTest.cs
@@ -27,7 +27,7 @@ public void TestConversionOfTextBlock()
27
var exampleNode = doc.Root.Elements("example").First();
28
29
var converter = new XmlDocConverter(Mock.Of<IReferenceResolver>());
30
- var text = converter.ConvertTextBlock(exampleNode);
+ var text = converter.ConvertTextBlock(exampleNode).ReplaceLineEndings("\n");
31
var expected =
32
@"Для Каждого Переменная Из ПеременныеСреды() Цикл
33
Сообщить(Переменная.Ключ + "" = "" + Переменная.Значение);
0 commit comments