From f57b4fd6817fde61367e84b6d12dbc7a58b3da9d Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 3 Nov 2006 18:46:43 +0000 Subject: [PATCH] svn: r4764 original commit: 1effeb6a7c2dbd7f303c628c8c9a1151bbbabdcb --- collects/tests/framework/keys.ss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/tests/framework/keys.ss b/collects/tests/framework/keys.ss index 829f6021..f5a98cc3 100644 --- a/collects/tests/framework/keys.ss +++ b/collects/tests/framework/keys.ss @@ -115,6 +115,7 @@ (list '(right alt)) (list '(right alt)) (list '(right alt))) + #| (make-key-spec (make-buff-spec "'(abc (def))" 0 0) (make-buff-spec "'(abc (def))" 12 12) (list '(right alt)) @@ -125,6 +126,7 @@ (list '(left alt)) (list '(left alt)) (list '(left alt))) +|# (build-open-bracket-spec "" 0 #\() (build-open-bracket-spec "(f cond " 8 #\() (build-open-bracket-spec "(f let (" 8 #\()