Empty values in xm_kvp
pihentagy
`xm_kvp` seems to not tolerate empty fields.
Used in the following scenario:
```
Module xm_kvp
KVPDelimiter |
KVDelimiter :
```
The test values are:
```
dummy:|hello:world
```
How can I allow empty values for values?