summary refs log tree commit diff stats
path: root/tests/stdlib/tparsecfg.nim
Commit message (Expand)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* Add a getter for all defined Sections in parsecfg (#15450)Ardek Romak2021-03-281-14/+9
* use doAssert in tests (#16486)flywind2020-12-281-2/+2
* fix #16206 (#16207)flywind2020-12-061-17/+72
* merge two parsecfg tests into one (#16237)flywind2020-12-031-20/+77
* fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-141-0/+23
104' href='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135