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

String interpolation is not working on XML expressions #248

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

String interpolation is not working on XML expressions #248

logistark opened this issue Oct 10, 2016 · 0 comments

Comments

@logistark
Copy link
Contributor

Trying to compile something like this:

val test = "test"
val xmlExpression = xml"""<a>$test</a>"""

does not work and return this error:

error: failed to parse Xml literal: expected closing tag "a", but found end of input

@mielientiev mielientiev added this to the 2.0.0-M9 Mixtec milestone Jan 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants