pegjs/test
2012-05-06 19:05:36 +02:00
..
compiler/passes Move compiler passes and their tests into a subdirectory 2012-04-19 14:23:21 +02:00
vendor/qunit Update bundled QUnit to version 1.5.0 2012-04-16 14:54:34 +02:00
compiler-test.js Remove extra comma in compiler tests 2012-04-17 12:00:58 +02:00
helpers.js Extend QUnit a bit more cleanly 2012-04-16 15:45:50 +02:00
index.html Move compiler passes and their tests into a subdirectory 2012-04-19 14:23:21 +02:00
parser-test.js Jasmine: Convert tests of parser's "initializer" rule 2012-05-06 19:05:36 +02:00
README Add command-line runner for the test suite 2011-01-25 16:59:32 +01:00
run Move compiler passes and their tests into a subdirectory 2012-04-19 14:23:21 +02:00

PEG.js Test Suite
=================

This is the PEG.js test suite. It ensures PEG.js works correctly. All tests
should always pass on all supported platforms.

Running in a browser
--------------------

  1. Open the index.html file in your browser.

  2. Watch the test pass (or fail).

Running from a command-line
---------------------------

  1. Make sure you have Node.js installed.

  2. Run the following command:

       ./run

  3. Watch the tests pass (or fail).