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

Introduce XML 1.0 4th Ed classes, union with scala-xml #5

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

rossabaker
Copy link
Member

An attempt to deal with #4 while scala/scala-xml#607 gets sorted out.

The diff is mostly whitespace.

class GeneratorsCheck extends Properties("GeneratorsCheck") {

property("generates xml") = Prop.forAll(generators.genXml) { _ =>
Prop.passed
property("genXml round trips") = Prop.forAll(generators.genXml) { node =>
Copy link
Member Author

Choose a reason for hiding this comment

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

I guess this is a platform test?

@rossabaker rossabaker merged commit d6ab168 into main Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant