Closed mohammadprabowo closed 7 years ago
If I quote it, like "+62"
then it will rendered as "+62"
too, which is not what I want...
Escape with \+62
doesn't work also
Here's list of the things that I've been trying:
+62 -> 62
"+62" -> "+62"
\+62 -> 62
\\+62 -> \+62
"+" + "62" -> "+" + "62"
\u002B62 -> 62
\\u002B62 -> \u002B62
Moved
Hi. Inside
.properties
file, we have config like this:When committed, and git2consul notified about the change, the
consul k/v
now has this value instead:Is this intended?