[ictk-cvs] ictk/src/ictk/boardgame/chess/net/ics/fics/event FICSMoveListParser.java,1.2,1.3
chess library in java, PGN, FEN, ICS
Brought to you by:
jvarsoke
|
From: <jva...@us...> - 2003-08-26 20:43:15
|
Update of /cvsroot/ictk/ictk/src/ictk/boardgame/chess/net/ics/fics/event
In directory sc8-pr-cvs1:/tmp/cvs-serv30299/src/ictk/boardgame/chess/net/ics/fics/event
Modified Files:
FICSMoveListParser.java
Log Message:
parser test generation added to build.xml. Extra \n eliminated in MoveListParser.toNative()
Index: FICSMoveListParser.java
===================================================================
RCS file: /cvsroot/ictk/ictk/src/ictk/boardgame/chess/net/ics/fics/event/FICSMoveListParser.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** FICSMoveListParser.java 24 Aug 2003 07:16:36 -0000 1.2
--- FICSMoveListParser.java 26 Aug 2003 20:43:09 -0000 1.3
***************
*** 406,412 ****
.append(")\n");
}
-
- if (!moves[moves.length-1].isBlack())
- sb.append("\n");
}
--- 406,409 ----
|