racket/collects/tests/stepper
Eli Barzilay 672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
..
already-defined.rktl
automatic-tests.rkt fix lazy stepper bug: annota of non-identifier fns 2011-10-08 15:59:32 -04:00
bad-letrec-test.rktl
big-bang-test.rkt
constructor-redexes.rktl
find-tag-test.rkt PR 5440 requests that the 'electric' > in XML boxes work properly in 2011-09-29 12:03:58 -05:00
global-prim-reduction.rktl
image-test.rktl
intermediate-y.rktl
jump-to-ui-test.rkt
lambda-test.rktl
language-level-model.rkt
let-test.rktl
letrec-test.rktl
local-define-struct.rktl
local-test-2.rktl
local-test.rktl
long-error-message.rktl
manual-tests.txt updated manual tests 2012-10-22 14:57:38 -07:00
multiply-defined.rktl
name-chaining.rktl
no-else-clause.rktl
non-procedure.rktl
print-convert-test.rktl
printing-reducing-test.rktl
procedure-display.rktl
recur-test
right-redex.rktl
shared-unit-tests.rkt refactored to reduce stepper dependencies 2012-06-19 23:51:59 -07:00
structures.rktl
symbol-identifier.rktl
symbols.rktl
syntax-error-ordering.rktl
test-abbrev.rkt refactored to move test cases into a separate file(s) 2011-06-29 12:42:18 -07:00
test-cases.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
test-engine.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
test-or.rktl
through-tests.rkt test-engine now sets current-directory before running tests 2011-07-09 17:17:49 -07:00
two-tests.rktl
unannotated.rktl
undefined.rktl
world-test.rktl
write-display.rktl