andyglow / scala-xml-diff

Scala XML Diff
GNU Lesser General Public License v3.0
9 stars 7 forks source link

fix xml interpolation #1

Closed MasseGuillaume closed 8 years ago

MasseGuillaume commented 8 years ago

the $ is not neaded to interpolate in scala xml

see http://search.maven.org/#artifactdetails%7Ccom.github.andyglow%7Cscala-xml-diff_2.11%7C1.1.2%7Cjar

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 62.105% when pulling 9103606fb01928b7fea545cf9830c1fec364c1c1 on MasseGuillaume:patch-1 into 2a91ee9e713bb545a64a36ac04c3b36b411d6cf9 on andyglow:master.

andyglow commented 8 years ago

Right! I missed it. Thanks!