Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some more automated tests and test cleanup for the PR#16659 #16805

Merged
merged 1 commit into from
Jan 28, 2017

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Jan 27, 2017

#16659

added tests, made the included tuple2 chunk a CData

Test-only change.

dotnet#16659

added tests, made the included tuple2 chunk a CData
@VSadov
Copy link
Member Author

VSadov commented Jan 27, 2017

@dpoeschl - please review

@VSadov
Copy link
Member Author

VSadov commented Jan 27, 2017

@dotnet/roslyn-compiler - FYI test-only change

Dim input =
<Workspace>
<Project Language="C#" CommonReferences="true">
<Document><![CDATA[
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure you don't need these CDATAs here. Do you?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CData is convenient since you can put more stuff in them without having to escape &lt; and stuff like that. After that I just copied the test and changed the content where needed.
I think removing CDATA where not needed is not very useful.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@VSadov VSadov merged commit 0a38717 into dotnet:master Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants