Skip to content
  • Phillip Smyth's avatar
    _yaml.py: Prevent ruamel from removing underscores · 57c8b888
    Phillip Smyth authored and Jürg Billeter's avatar Jürg Billeter committed
    The ruamel parser interprets values such as 1_2_3 as numbers, ignoring
    the underscores. However, for `track` we need the value as a verbatim
    string. This change configures ruamel to parse all values as strings,
    leaving potential conversions to node_get() with the `expected_type`
    parameter.
    
    This fixes #166 and adds tests
    57c8b888