Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Pattern matching on XML expressions is not working #247

Open
logistark opened this issue Oct 10, 2016 · 0 comments
Open

Pattern matching on XML expressions is not working #247

logistark opened this issue Oct 10, 2016 · 0 comments
Labels

Comments

@logistark
Copy link
Contributor

Pattern matching should work on expressions like:

Xml("""<bx>hi!<bx""") match {
      case xml"""<bx>hi!<bx>""" => true
      case _ => false
    }

in this case should have return true, but it does not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants