eschulte pushed a commit to branch go
in repository elpa.
commit 3e8e18f78116f9439fc93c616d48f2715a438f6a
Author: Eric Schulte <[email protected]>
Date: Sun May 20 10:34:38 2012 -0400
removed debug stuffs
---
sgf.el | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/sgf.el b/sgf.el
index 0cdb9b0..5d4e46c 100644
--- a/sgf.el
+++ b/sgf.el
@@ -543,15 +543,6 @@
(should (= 9 (length (car (first tree)))))
(should (= 2 (length (car (second tree)))))))
-(setf *game* (parse-trees "(;GM[1]FF[4]
- SZ[19]
- GN[GNU Go 3.7.11 load and print]
- DT[2008-12-14]
- KM[0.0]HA[0]RU[Japanese]AP[GNU Go:3.7.11]
- (;AW[ja][oa][pa][db][eb] ;AB[fa][ha][ia][qa][cb]))"))
-
-(length (car (second *game*)))
-
(ert-deftest sgf-parse-file-test ()
(let ((game (car (read-from-file "sgf-files/jp-ming-5.sgf"))))
(should (= 247 (length game)))))