eschulte pushed a commit to branch go
in repository elpa.
commit c8d21e5f5540d17a9dec9fe0dbd96cd8d24c8a27
Author: Eric Schulte <[email protected]>
Date: Sun May 20 10:44:36 2012 -0400
whitespace
---
sgf.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sgf.el b/sgf.el
index 5d4e46c..08611a1 100644
--- a/sgf.el
+++ b/sgf.el
@@ -539,7 +539,7 @@
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]))")
(tree (parse-trees str)))
- (should (= 2 (length tree)))
+ (should (= 2 (length tree)))
(should (= 9 (length (car (first tree)))))
(should (= 2 (length (car (second tree)))))))