LGTM with same question as before about negative tests. http://codereview.appspot.com/6038043/diff/1/tests/preprocessor_tests/identifier_test.cpp File tests/preprocessor_tests/identifier_test.cpp (right): http://codereview.appspot.com/6038043/diff/1/tests/preprocessor_tests/identifier_test.cpp#newcode104 tests/preprocessor_tests/identifier_test.cpp:104: ...
13 years, 12 months ago
(2012-04-13 22:18:46 UTC)
#2
Added one non-combinatorial test IdentifierTestAllCharacters, which has all possible characters in one test string. It ...
13 years, 12 months ago
(2012-04-13 22:43:09 UTC)
#3
Added one non-combinatorial test IdentifierTestAllCharacters, which has all
possible characters in one test string. It also uses '_' as separator.
I will experiment with catch-all rule and add negative tests.
On 2012/04/13 22:18:46, kbr1 wrote:
> LGTM with same question as before about negative tests.
>
>
http://codereview.appspot.com/6038043/diff/1/tests/preprocessor_tests/identif...
> File tests/preprocessor_tests/identifier_test.cpp (right):
>
>
http://codereview.appspot.com/6038043/diff/1/tests/preprocessor_tests/identif...
> tests/preprocessor_tests/identifier_test.cpp:104: testing::Values('_')));
> Not to introduce too many combinatorial possibilities, but you probably should
> test the case where "_" is used as a separator in variable names, e.g.
> [a-f]"_"[a-f], rather than just as a prefix or suffix.
Issue 6038043: Added tests for identifiers.
(Closed)
Created 13 years, 12 months ago by Alok Priyadarshi
Modified 13 years, 12 months ago
Reviewers: kbr1
Base URL: http://angleproject.googlecode.com/svn/trunk/
Comments: 1