Skip to content
Snippets Groups Projects
Commit cc290b7c authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: improve dictionary parsing behaviour for ill-formed entries (closes #510)

- mostly associated with forgotten quotes around "(abd|def)" ...

- Address different potential problems:

      (key) { key1   entry1; }
      (key) { key1   entry1; };    // <- Note trailing ';'
      (key) entry2;
parent efe9b04a
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment