From 205c55d3099ed8247a274a6aec7914356224bae3 Mon Sep 17 00:00:00 2001 From: David Majda Date: Fri, 16 Dec 2016 16:44:08 +0100 Subject: [PATCH] Tests: s/Spec/Test/ Missed in f5a372b075d633bc288019c8cd1b7b4c8a47f5ae (I probably grepped case-sensitively). --- test/index.html | 2 +- test/server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/index.html b/test/index.html index 07e8d16..ef3d950 100644 --- a/test/index.html +++ b/test/index.html @@ -2,7 +2,7 @@ - PEG.js Spec Suite + PEG.js Test Suite diff --git a/test/server b/test/server index c61690e..9dbb3f2 100755 --- a/test/server +++ b/test/server @@ -31,5 +31,5 @@ app.get("/bundle.js", (req, res) => { }); app.listen(8000, () => { - console.log("Spec server running at http://localhost:8000..."); + console.log("Test server running at http://localhost:8000..."); });