We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following test added from Atry@fc86e72 fails
"bug in todoapp" in { val children = html"<section>${"text"}</section><footer></footer>" *[Future] { ( for snapshot <- !Await(children.snapshots.toLazyList) yield { for node <- snapshot.toList yield node.asInstanceOf[Element].outerHTML }.mkString ) should be( LazyList( "", "<footer></footer>", "<section>text</section><footer></footer>" ) ) } }
[info] - bug in todoapp *** FAILED *** [info] LazyList("", "<footer></footer>", "<section>text</section><footer></footer>", "<section>text</section><footer></footer><footer></footer>") was not equal to LazyList("", "<footer></footer>", "<section>text</section><footer></footer>") (htmlSpec.scala:48) [info] Analysis: [info] LazyList(3: <section>text</section><footer></footer><footer></footer> -> )
The text was updated successfully, but these errors were encountered:
Handle the missing Searching.Found(endIndex) case (fix ThoughtWorks…
endIndex
7d9cfd9
…Inc#439)
5b6f973
No branches or pull requests
The following test added from Atry@fc86e72 fails
The text was updated successfully, but these errors were encountered: