Commit graph

170 commits

Author SHA1 Message Date
David Majda b013ba8cc9 Jasmine: Convert simple and matching tests 2012-05-06 19:05:37 +02:00
David Majda 343e9db525 Jasmine: Convert simple not matching tests 2012-05-06 19:05:37 +02:00
David Majda 2bb25efa44 Jasmine: Convert semantic and code tests 2012-05-06 19:05:37 +02:00
David Majda f04096189f Jasmine: Convert semantic not code tests 2012-05-06 19:05:37 +02:00
David Majda ccf31f8822 Jasmine: Convert optional matching tests 2012-05-06 19:05:37 +02:00
David Majda 669668fc1b Jasmine: Convert zero or more matching tests 2012-05-06 19:05:37 +02:00
David Majda 1ab06ff906 Jasmine: Convert one or more matching tests 2012-05-06 19:05:37 +02:00
David Majda 03716a562d Jasmine: Convert action code tests 2012-05-06 19:05:37 +02:00
David Majda b06bd774f5 Jasmine: Convert rule reference matching tests 2012-05-06 19:05:36 +02:00
David Majda 14c11b4dfc Jasmine: Convert class matching tests 2012-05-06 19:05:36 +02:00
David Majda 75ab03dc85 Jasmine: Convert any matching tests 2012-05-06 19:05:36 +02:00
David Majda ec48742032 Jasmine: Convert literal matching tests 2012-05-06 19:05:36 +02:00
David Majda feddd10190 Jasmine: Delete test/parser-test.js 2012-05-06 19:05:36 +02:00
David Majda 94205ab639 Jasmine: Convert tests of parser's "grammar" rule 2012-05-06 19:05:36 +02:00
David Majda f746189f2b Jasmine: Convert tests of parser's "initializer" rule 2012-05-06 19:05:36 +02:00
David Majda 171d62fce4 Jasmine: Convert tests of parser's "rule" rule 2012-05-06 19:05:36 +02:00
David Majda e17d4de7ae Jasmine: Convert tests of parser's "expression" rule 2012-05-06 19:05:36 +02:00
David Majda cc22086a09 Jasmine: Convert tests of parser's "choice" rule 2012-05-06 19:05:36 +02:00
David Majda 434abdb272 Jasmine: Convert tests of parser's "sequence" rule 2012-05-06 19:05:36 +02:00
David Majda ec8889f85d Jasmine: Convert tests of parser's "labeled" rule 2012-05-06 19:05:36 +02:00
David Majda bf6d412a4f Jasmine: Convert tests of parser's "prefixed" rule 2012-05-06 19:05:36 +02:00
David Majda 3e083cc51b Jasmine: Convert tests of parser's "suffixed" rule 2012-05-06 19:05:36 +02:00
David Majda 45f825c24f Jasmine: Convert tests of parser's "primary" rule 2012-05-06 19:05:35 +02:00
David Majda 57bbcd71e5 Jasmine: Convert tests of parser's "action" rule 2012-05-06 19:05:35 +02:00
David Majda 35771e15bc Jasmine: Convert tests of parser's "braced" rule 2012-05-06 19:05:35 +02:00
David Majda b1cb214e8b Jasmine: Convert non-tests of parser's character class rules 2012-05-06 19:05:35 +02:00
David Majda 4f5b78b372 Jasmine: Convert tests of parser's "identifier" rule 2012-05-06 19:05:35 +02:00
David Majda a3d93f000f Jasmine: Convert tests of parser's "literal" rule 2012-05-06 19:05:35 +02:00
David Majda 573db92583 Jasmine: Convert tests of parser's "string" rule 2012-05-06 19:05:35 +02:00
David Majda fa65018b15 Jasmine: Convert tests of parser's "doubleQuotedString" rule 2012-05-06 19:05:35 +02:00
David Majda 0e384b31f4 Jasmine: Convert tests of parser's "doubleQuotedCharacter" rule 2012-05-06 19:05:35 +02:00
David Majda 2f5f8d5932 Jasmine: Convert tests of parser's "simpleDoubleQuotedCharacter" rule 2012-05-06 19:05:35 +02:00
David Majda fb01f48c97 Jasmine: Convert tests of parser's "singleQuotedString" rule 2012-05-06 19:05:35 +02:00
David Majda d3b3fe9b78 Jasmine: Convert tests of parser's "singleQuotedCharacter" rule 2012-05-06 19:05:35 +02:00
David Majda 124e45606c Jasmine: Convert tests of parser's "simpleSingleQuotedCharacter" rule 2012-05-06 19:05:35 +02:00
David Majda ba68919b0a Jasmine: Convert tests of parser's "class" rule 2012-05-06 19:05:35 +02:00
David Majda 5fb59b05f2 Jasmine: Convert tests of parser's "classCharacterRange" rule 2012-05-06 19:05:34 +02:00
David Majda d29a753b8d Jasmine: Convert tests of parser's "classCharacter" rule 2012-05-06 18:39:54 +02:00
David Majda b9ae8f9561 Jasmine: Convert tests of parser's "bracketDelimitedCharacter" rule 2012-05-06 18:39:54 +02:00
David Majda da4ac8bb92 Jasmine: Convert tests of parser's "simpleBracketDelimitedCharacter" rule 2012-05-06 18:39:54 +02:00
David Majda 2bb266bbaf Jasmine: Convert tests of parser's "simpleEscapeSequence" rule 2012-05-06 18:39:54 +02:00
David Majda 2619becb9d Jasmine: Convert tests of parser's "zeroEscapeSequence" rule 2012-05-06 18:39:54 +02:00
David Majda 2b43f8ebb8 Jasmine: Convert tests of parser's "hexEscapeSequence" rule 2012-05-06 18:39:53 +02:00
David Majda 0bbca136a2 Jasmine: Convert tests of parser's "unicodeEscapeSequence" rule 2012-05-06 18:39:53 +02:00
David Majda a27dc5ae4a Jasmine: Convert tests of parser's "eolEscapeSequence" rule 2012-05-06 18:39:53 +02:00
David Majda 4f91286013 Jasmine: Convert non-tests of parser's character class rules 2012-05-06 18:39:53 +02:00
David Majda 3bc61c4c50 Jasmine: Convert tests of parser's "__" rule 2012-05-06 18:39:53 +02:00
David Majda fadaef84dd Jasmine: Convert tests of parser's "comment" rule 2012-05-06 18:39:53 +02:00
David Majda b5ccaed491 Jasmine: Convert tests of parser's "singleLineComment" rule 2012-05-06 18:39:53 +02:00
David Majda dac3b0d8d9 Jasmine: Convert tests of parser's "multiLineComment" rule 2012-05-06 18:39:53 +02:00