Commit Graph

31 Commits

Author SHA1 Message Date
Grant Cahill 2dd6a9c1a0 Updated the unit tests for ParserTests and the expected input and output for the respective tests to match the current state of Processing. 2013-08-08 06:56:49 -07:00
benfry b61f3c26b6 add annotations for overrides... starting cleanup of shape 2012-09-01 09:26:38 +00:00
benfry 3fbdf102f6 remove processing.xml import 2011-06-19 20:32:33 +00:00
benfry 5ecf3fdf36 moving things back off the branch, and into full disaster mode 2011-01-20 19:29:39 +00:00
jdf ffecae0ce7 Fix and regression test #405. 2010-12-04 19:17:27 +00:00
jdf 4f06e64f52 Fix http://code.google.com/p/processing/issues/detail?id=462 2010-12-01 03:33:22 +00:00
jdf 571bd9f2a4 fix bug 427 2010-11-03 20:04:55 +00:00
jdf 6833df5a80 fix bug 420 2010-10-26 02:34:13 +00:00
jdf e7c6ea6082 Add support for @annotations in PDE 2010-10-11 20:51:15 +00:00
jdf 64b1439d79 fix http://code.google.com/p/processing/issues/detail?id=400 2010-10-05 20:37:05 +00:00
jdf 79a248ca49 fix http://code.google.com/p/processing/issues/detail?id=315 2010-07-15 01:47:40 +00:00
benfry f3b85406e5 renaming package for consistency 2010-04-13 16:12:25 +00:00
jdf 87195a9a97 Fix bug1532, and in the process utterly destroy mode-detection problems by moving mode detection out of the parser, and into Java-land (in PdePreprocessor.java). 2010-04-08 02:31:34 +00:00
jdf dd3865cfbe Fix 1534 2010-04-07 00:49:22 +00:00
jdf ddcf68233b First ever unit test for AutoFormat! 2010-03-30 02:02:29 +00:00
jdf 7a34a25a27 Fix #1525.
Fix unit tests on non-windows systems.
2010-03-28 22:27:07 +00:00
jdf 2712947178 Fix a regression on #1515. New tests. 2010-03-18 15:09:06 +00:00
jdf aa4aefdc59 More tests. Caught a regression! 2010-03-18 14:47:06 +00:00
jdf 486e13c28b Test-sicles 2010-03-18 02:30:23 +00:00
jdf 0f02b70fee Dare I say... moar tests!? 2010-03-18 02:14:47 +00:00
jdf 9155886c93 Moar tests 2010-03-18 02:03:51 +00:00
jdf 6bb52a9491 Moar tests 2010-03-18 01:55:44 +00:00
jdf 809068ceeb Greatly improved syntax errors for poorly-closed generic type args and type params 2010-03-17 20:02:02 +00:00
jdf 7f7932bff1 Created a simple compiler utility for compiling single compilation units. Regression tests now compare preprocessor output to canonical output, and also compile the result to check at least that the syntax is sensible! 2010-03-17 18:58:15 +00:00
jdf 48c3cf30f9 regression tests for #1514 2010-03-17 17:39:46 +00:00
jdf fa46792605 regression test for #1511 2010-03-17 17:35:23 +00:00
jdf a97a880114 Found a better way to load prefs in UTs 2010-03-17 17:29:24 +00:00
jdf 048e66b19e Several changes to make unit testing preprocessor easy.
First unit tests in... and they caught a regression!
2010-03-17 17:16:34 +00:00
jdf 7fc6c3d70b Many changes to improve the decoupling and testability of the preprocessor. For example, you no longer have to set up anything on the filesystem in order to preprocess. 2010-03-16 19:40:09 +00:00
jdf ca13a3e428 Added antlr src which helps with understanding parser bugs.
Added skeleton of unit testing stuff.
2010-03-16 18:00:26 +00:00
jdf 4f2795157b Use Java5 grammar. PDE now supports type arguments and type parameters. Move grammars away from derived resources for easier and safer cleaning and maintenance. 2010-03-12 16:00:50 +00:00