lexertest.rb

Path: test/lexertest.rb
Last Update: Fri Jan 28 11:03:51 PHT 2005

Unit tests for JSON Lexer

 Copyright (C) 2003 Rafael R. Sevilla <dido@imperium.ph>
 This file is part of JSON for Ruby

 JSON for Ruby is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License
 as published by the Free Software Foundation; either version 2.1 of
 the License, or (at your option) any later version.

 JSON for Ruby is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with JSON for Ruby; if not, write to the Free
 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 02111-1307 USA.
Author:Rafael R. Sevilla (dido@imperium.ph)
Copyright:Copyright © 2003 Rafael R. Sevilla
License:GNU Lesser General Public License

$Id: lexertest.rb,v 1.3 2005/01/28 03:03:51 didosevilla Exp $

Required files

test/unit   json/lexer   json/objects  

Classes and Modules

Class LexerTest

[Validate]