Re: [svn-components] 2477 - trunk/Template/tests/regression_tests/expressions/correct [eZComponents: Trunk]

2006-04-02 Thread Raymond Bosman
On Sunday 02 April 2006 10:53, Derick Rethans wrote: > On Sun, 2 Apr 2006, Raymond Bosman wrote: > > Author: Raymond Bosman > > Date: 2006-04-02 12:44:23 +0200 (Sun, 02 Apr 2006) > > New Revision: 2477 > > > > Log: > > - Depending on how the unit tests are called, XDebug reaches the maximum > > f

[svn-components] 2480 - trunk/Template/src/parsers/source_to_tst/implementations [eZComponents: Trunk]

2006-04-02 Thread Raymond Bosman
Author: Raymond Bosman Date: 2006-04-02 21:11:02 +0200 (Sun, 02 Apr 2006) New Revision: 2480 Log: - Float must have a decimal in front of the dot. Modified: trunk/Template/src/parsers/source_to_tst/implementations/float.php Modified: trunk/Template/src/parsers/source_to_tst/implementations/fl

[svn-components] 2479 - in trunk/Template: . src/parsers/source_to_tst/implementations tests/regression_tests/expressions tests/regression_tests/expressions/incorrect_array tests/regression_tests/expr

2006-04-02 Thread Raymond Bosman
Author: Raymond Bosman Date: 2006-04-02 16:32:34 +0200 (Sun, 02 Apr 2006) New Revision: 2479 Log: - Missing comma in an array declaration was not detected. - Added tests. Added: trunk/Template/tests/regression_tests/expressions/incorrect_array/ trunk/Template/tests/regression_tests/express

[svn-components] 2478 - in trunk/Template: . src/parsers/source_to_tst/implementations tests/regression_tests/declaration tests/regression_tests/expressions/incorrect_array_fetch tests/regression_test

2006-04-02 Thread Raymond Bosman
Author: Raymond Bosman Date: 2006-04-02 14:40:43 +0200 (Sun, 02 Apr 2006) New Revision: 2478 Log: - Disallow pre and post modification to a variable: {++$a++}. - Disallow pre operator and post modification to a variable: {!$a++}. - Disallow pre modifying operator and an operator: {++$a + 1 }. - Di

Re: [svn-components] 2477 - trunk/Template/tests/regression_tests/expressions/correct [eZComponents: Trunk]

2006-04-02 Thread Derick Rethans
On Sun, 2 Apr 2006, Raymond Bosman wrote: > Author: Raymond Bosman > Date: 2006-04-02 12:44:23 +0200 (Sun, 02 Apr 2006) > New Revision: 2477 > > Log: > - Depending on how the unit tests are called, XDebug reaches the maximum > function nesting. (Running only the regression tests, works. Runni

[svn-components] 2477 - trunk/Template/tests/regression_tests/expressions/correct [eZComponents: Trunk]

2006-04-02 Thread Raymond Bosman
Author: Raymond Bosman Date: 2006-04-02 12:44:23 +0200 (Sun, 02 Apr 2006) New Revision: 2477 Log: - Depending on how the unit tests are called, XDebug reaches the maximum function nesting. (Running only the regression tests, works. Running all tests is just over the recursion limit.) Reduce