From e199e357634ef98ffae49d95d6c656c0812a0673 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 28 Jun 2011 02:01:41 -0400 Subject: [PATCH] A long overdue scan to eliminate files without terminating newlines. (DrRacket should really do that.) original commit: 40124a0619da5e187d95aeb1dde237f05d6f9c6b --- collects/rackunit/scribblings/check.scrbl | 2 +- collects/tests/rackunit/pr10950.rkt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/rackunit/scribblings/check.scrbl b/collects/rackunit/scribblings/check.scrbl index 8191775..50733fe 100644 --- a/collects/rackunit/scribblings/check.scrbl +++ b/collects/rackunit/scribblings/check.scrbl @@ -382,4 +382,4 @@ the contents of the check information stack. } -@close-eval[rackunit-eval] \ No newline at end of file +@close-eval[rackunit-eval] diff --git a/collects/tests/rackunit/pr10950.rkt b/collects/tests/rackunit/pr10950.rkt index c99dd9d..90b27fc 100644 --- a/collects/tests/rackunit/pr10950.rkt +++ b/collects/tests/rackunit/pr10950.rkt @@ -19,4 +19,4 @@ (regexp-quote "--------------------\ntests > #f\nUnnamed test \nFAILURE\nname: check3\nlocation: ") (regexp-quote "/collects/tests/rackunit/pr10950.rkt:14:51\nparams: \n--------------------\n0 success(es) 1 failure(s) 0 error(s) 1 test(s) run\n"))) - output)) \ No newline at end of file + output))