summary refs log tree commit diff stats
path: root/tests/stdlib/tstrtabs.nim
Commit message (Expand)AuthorAgeFilesLines
* move tests to testament (#16101)flywind2020-11-241-0/+12
* add a StringTable.clear that requires no mode specification (#12853)Andy Davidoff2019-12-091-0/+3
* 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
* renamed writeln to writeLine in testspatrick dw2015-06-191-4/+4
* new tester; all tests categorizedAraq2014-01-131-0/+12
2' href='#n12'>12
13
14
15
         

                                                                              








                                                                           
                             

               
#!/bin/sh
# Run this before running './mu edit' or './mu sandbox' to make sure you don't
# lose any work.
#
# You'll be editing code in lesson/recipes.mu, and any sandboxes you create
# will be in lesson/0, lesson/1, etc., from top to bottom.

set -e

mkdir lesson
cd lesson
git init
echo '**/.*.swp' > .gitignore
git add .
git commit -m 0