summaryrefslogtreecommitdiff
path: root/test/util_test.ml
AgeCommit message (Collapse)Author
2018-02-11Rename Util.string_of_path to string_of_list since it can be used for any lists,Daniil Baturin
not just config tree paths. Add analogous function for converting a list of strings to JSON.
2016-12-30Fix the string_of_path test (square brackets are no longer part of the output).Daniil Baturin
2015-04-24Make find_xml_child return Xml.xml option rather than raise Not_found.Daniil Baturin
2015-04-23Quick and dirty path pretty printer.Daniil Baturin