From 2f2f92a3c1c655bdc944b90355a3ef8f71da3697 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 15 Jun 2018 15:50:53 -0700 Subject: [PATCH] rename a test file --- brag/test/test-all.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brag/test/test-all.rkt b/brag/test/test-all.rkt index 7ce7c43..d835cc4 100755 --- a/brag/test/test-all.rkt +++ b/brag/test/test-all.rkt @@ -13,7 +13,7 @@ "test-lexer.rkt" "test-old-token.rkt" "test-parser.rkt" - "test-quotation-marks.rkt" + "test-quotation-marks-and-backslashes.rkt" "test-simple-arithmetic-grammar.rkt" "test-simple-line-drawing.rkt" "test-weird-grammar.rkt"