[Jspro-cvs] jsPro/tests array.html,1.3,1.4 date.html,1.3,1.4 math.html,1.2,1.3 string.html,1.2,1.3 v
Brought to you by:
wigleys
From: Stuart W. <wi...@us...> - 2005-01-19 16:34:07
|
Update of /cvsroot/jspro/jsPro/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13676/tests Modified Files: array.html date.html math.html string.html validator.html Log Message: - Updated copyright message. - Added contributions from Dieter Raber - Started reformatting code for new style guidelines Index: date.html =================================================================== RCS file: /cvsroot/jspro/jsPro/tests/date.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** date.html 19 Jan 2005 16:26:43 -0000 1.3 --- date.html 19 Jan 2005 16:33:23 -0000 1.4 *************** *** 2,10 **** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +---------------------------------------------------------------------------+ * | jsPro - Date Test Page | ! * +---------------------------------------------------------------------------+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +---------------------------------------------------------------------------+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | --- 2,10 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +===========================================================================+ * | jsPro - Date Test Page | ! * +===========================================================================+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +===========================================================================+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | *************** *** 20,26 **** * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +---------------------------------------------------------------------------+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +---------------------------------------------------------------------------+ * $Id$ --> --- 20,26 ---- * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +===========================================================================+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +===========================================================================+ * $Id$ --> Index: validator.html =================================================================== RCS file: /cvsroot/jspro/jsPro/tests/validator.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** validator.html 19 Jan 2005 16:26:43 -0000 1.3 --- validator.html 19 Jan 2005 16:33:23 -0000 1.4 *************** *** 2,10 **** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +---------------------------------------------------------------------------+ * | jsPro - Validator Test Page | ! * +---------------------------------------------------------------------------+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +---------------------------------------------------------------------------+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | --- 2,10 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +===========================================================================+ * | jsPro - Validator Test Page | ! * +===========================================================================+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +===========================================================================+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | *************** *** 20,26 **** * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +---------------------------------------------------------------------------+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +---------------------------------------------------------------------------+ * $Id$ --> --- 20,26 ---- * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +===========================================================================+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +===========================================================================+ * $Id$ --> Index: string.html =================================================================== RCS file: /cvsroot/jspro/jsPro/tests/string.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** string.html 19 Jan 2005 16:26:43 -0000 1.2 --- string.html 19 Jan 2005 16:33:23 -0000 1.3 *************** *** 2,10 **** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +---------------------------------------------------------------------------+ * | jsPro - String Test Page | ! * +---------------------------------------------------------------------------+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +---------------------------------------------------------------------------+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | --- 2,10 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +===========================================================================+ * | jsPro - String Test Page | ! * +===========================================================================+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +===========================================================================+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | *************** *** 20,26 **** * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +---------------------------------------------------------------------------+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +---------------------------------------------------------------------------+ * $Id$ --> --- 20,26 ---- * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +===========================================================================+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +===========================================================================+ * $Id$ --> Index: array.html =================================================================== RCS file: /cvsroot/jspro/jsPro/tests/array.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** array.html 19 Jan 2005 16:26:42 -0000 1.3 --- array.html 19 Jan 2005 16:33:23 -0000 1.4 *************** *** 2,10 **** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +---------------------------------------------------------------------------+ * | jsPro - Array Test Page | ! * +---------------------------------------------------------------------------+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +---------------------------------------------------------------------------+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | --- 2,10 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +===========================================================================+ * | jsPro - Array Test Page | ! * +===========================================================================+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +===========================================================================+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | *************** *** 20,25 **** * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +---------------------------------------------------------------------------+ ! * +---------------------------------------------------------------------------+ * $Id$ --> --- 20,26 ---- * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +===========================================================================+ ! * | Authors: Stuart Wigley <stu...@ya...> | ! * +===========================================================================+ * $Id$ --> Index: math.html =================================================================== RCS file: /cvsroot/jspro/jsPro/tests/math.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** math.html 19 Jan 2005 16:26:43 -0000 1.2 --- math.html 19 Jan 2005 16:33:23 -0000 1.3 *************** *** 2,10 **** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +---------------------------------------------------------------------------+ * | jsPro - Math Test Page | ! * +---------------------------------------------------------------------------+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +---------------------------------------------------------------------------+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | --- 2,10 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- ! * +===========================================================================+ * | jsPro - Math Test Page | ! * +===========================================================================+ * | Copyright (C) 2001-2005 Stuart Wigley | ! * +===========================================================================+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | *************** *** 20,26 **** * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +---------------------------------------------------------------------------+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +---------------------------------------------------------------------------+ * $Id$ --> --- 20,26 ---- * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +===========================================================================+ * | Authors: Stuart Wigley <stu...@ya...> | ! * +===========================================================================+ * $Id$ --> |