racket/collects/redex/tests
Robby Findler f1bf982151 adjust Redex to disallow certain patterns that are guaranteed never to fail
When you have a named variable that is inside two different
mismatch-named ellipses, e.g.:

  (any_1 ..._!_1 any_1 .._!_1)

then this pattern cannot match anything, since the any_1 constraint
insists that they are bound to the same thing, but the ..._!_1
insists that whatever any_1 is bound to has different lengths
in the two places.

So, make this kind of situation be a syntax error instead.
2013-05-24 20:25:55 -05:00
..
bmps-macosx declare failing test should not have failed 2013-03-06 16:35:37 -06:00
bmps-unix like d9c81a593, but this time only 4 pixels 2013-03-06 16:38:59 -06:00
compiler Added holes to redex enumerator. 2013-05-20 19:25:07 -05:00
run-err-tests Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
syn-err-tests redex: syntax error fix for define-relation 2013-04-11 22:34:29 -05:00
bitmap-test-util.rkt move the slideshow/pict library to its own collection 2013-05-12 22:07:58 -05:00
bitmap-test.rkt move the slideshow/pict library to its own collection 2013-05-12 22:07:58 -05:00
check-syntax-test.rkt remove now-redundant tests 2013-05-21 18:45:25 -05:00
color-test.rkt Rackety 2012-03-05 08:12:02 -06:00
core-layout-test.rkt Rackety 2012-03-05 08:12:02 -06:00
defined-checks-test.rkt Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
enum-test.rkt Redex generator supports mismatched names. 2013-05-20 19:25:08 -05:00
gen-test.rkt add stub for enumeration support to Redex 2013-05-01 10:46:11 -05:00
hole-test.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
keyword-macros-test.rkt Fixes keyword tests 2011-07-16 18:19:22 -05:00
lw-test-util.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
lw-test.rkt fix bug in lw struct generation 2012-01-09 20:38:51 -06:00
matcher-test.rkt add missing require 2013-05-04 07:52:12 -05:00
pict-test.rkt adjusted the render-* functions so they produce .pdf if the given 2012-03-17 08:36:34 -05:00
rewrite-side-condition-test.rkt adjust Redex to disallow certain patterns that are guaranteed never to fail 2013-05-24 20:25:55 -05:00
rg-test.rkt fix tests 2013-05-07 07:13:58 -05:00
run-tests.rkt add enum-tests into run-tests.rkt 2013-05-14 07:25:53 -05:00
ryr-test.rkt add a test for drdr's consumption to keep the ryr models in sync 2013-03-16 11:20:44 -05:00
stepper-test.rkt Rackety 2012-03-05 08:12:02 -06:00
term-test.rkt Added holes to redex enumerator. 2013-05-20 19:25:07 -05:00
test-docs-complete.rkt moved the docs-complete library into rackunit 2011-05-05 16:10:42 -05:00
test-util.rkt Added holes to redex enumerator. 2013-05-20 19:25:07 -05:00
tl-test.rkt Redex: fix term-let/#:lang keyword interaction 2013-04-04 20:38:08 -05:00
tut-subst-test.rkt added a amb-based redex tutorial 2012-02-05 17:24:13 -06:00
unify-tests.rkt Refactor Redex so that it tells Check Syntax that non-terminal 2013-05-05 15:43:16 -05:00