summary refs log tree commit diff stats
path: root/tests/stdlib/tstrtabs.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* use doAssert in tests (#16486)flywind2020-12-281-5/+5
|
* move tests to testament (#16101)flywind2020-11-241-0/+12
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* add a StringTable.clear that requires no mode specification (#12853)Andy Davidoff2019-12-091-0/+3
| | | | | | * add clear overload, test, changelog * add since annotation
* activated more tests, allow input in test specArne Döring2018-11-231-1/+90
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-191-4/+4
|
* new tester; all tests categorizedAraq2014-01-131-0/+12