Page MenuHomePhabricator

Make it possible to escape commas in configuration parser
Closed, DuplicatePublic

Description

So that it's possible to create something like:

some-config:

key1;some value\, with comma,
key2;other value

This feature MUST HAVE a unit test

Event Timeline

at some point we might eventually rethink whole configuration file schema, maybe we could simply make whole another config format that would be based on some open formats, like YAML