branch: elpa/forth-mode
commit f44fa6481ffe2b4321d462c3fab78a858f2a8ae9
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    Forth 200x core.html is no longer there.
---
 test/tests.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/test/tests.el b/test/tests.el
index 1948203d15..085001e709 100644
--- a/test/tests.el
+++ b/test/tests.el
@@ -302,10 +302,7 @@ The whitespace before and including \"|\" on each line is 
removed."
 
 (ert-deftest forth-spec-parsing ()
   (should (equal (forth-spec--build-url "SWAP" 1994)
-                "http://lars.nocrew.org/dpans/dpans6.htm#6.1.2260";))
-  (should
-   (equal (forth-spec--build-url "SWAP" 2012)
-         "http://www.forth200x.org/documents/html/core.html#core:SWAP";)))
+                "http://lars.nocrew.org/dpans/dpans6.htm#6.1.2260";)))
 
 (ert-deftest forth-fill-comment ()
   (forth-should-before/after

Reply via email to