summary refs log tree commit diff stats
path: root/tests/stdlib/tparscfg.nim
Commit message (Collapse)AuthorAgeFilesLines
* merge two parsecfg tests into one (#16237)flywind2020-12-031-56/+0
| | | | | | | | | | | | * try to fix #16206 * merge two parsecfg tests into one * Revert "fix" This reverts commit 668bdec2c499cf9967abfb7aad24975a04b092eb. * Revert "try to fix #16206" This reverts commit c399cc2153190299c9cbb0ad83f6ce85a7bbbb89.
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-37/+24
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* parsecfg: handle streams and strings when saving or loading configuration ↵Anatoly Galiulin2017-04-061-7/+39
| | | | (#5554)
* Update tparscfg.nimlihf85152016-05-021-23/+35
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* new tester; all tests categorizedAraq2014-01-131-0/+25