Browse Source

fixed build

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@6039 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Siegfried Pammer 15 years ago
parent
commit
3c992c8309
  1. 2
      src/Libraries/NRefactory/Test/Output/VBNet/VBNetOutputTest.cs

2
src/Libraries/NRefactory/Test/Output/VBNet/VBNetOutputTest.cs

@ -598,7 +598,7 @@ End Using"); @@ -598,7 +598,7 @@ End Using");
[Test]
public void XmlSimple()
{
TestExpression("<!-- test -->\n" +
TestExpression("<?xml?><!-- test -->\n" +
"<Test>\n" +
" <A />\n" +
" <B test='a' <%= test %> />\n" +

Loading…
Cancel
Save