From eafd97270fdb1fa5217848af0f7246b4179f63cc Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 25 Mar 2009 12:52:06 +0000 Subject: [PATCH] file SchemeUnit under Tools in doc list, adjust author typesetting svn: r14268 original commit: def73634eea77072b0dbd7ca642035c0136e88a5 --- collects/schemeunit/scribblings/schemeunit.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/schemeunit/scribblings/schemeunit.scrbl b/collects/schemeunit/scribblings/schemeunit.scrbl index 2665ad8..59686a1 100644 --- a/collects/schemeunit/scribblings/schemeunit.scrbl +++ b/collects/schemeunit/scribblings/schemeunit.scrbl @@ -3,8 +3,8 @@ @title{@bold{SchemeUnit}: Unit Testing for Scheme} -by Noel Welsh (@tt{noelwelsh at GMail}) -and Ryan Culpepper (@tt{ryan_sml at yahoo dot com}) +@author[(author+email "Noel Welsh" "noelwelsh@gmail.com") + (author+email "Ryan Culpepper" "ryan_sml@yahoo.com")] SchemeUnit is a unit-testing framework for PLT Scheme. It is designed to handle the needs of all Scheme programmers,