summary refs log tree commit diff stats
path: root/tests/stdlib/tparsecfg.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-141-0/+23
>38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55