Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 4 → Rev 5

/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js
New file
0,0 → 1,22
<?php
/**
* TODO: Write this comment
*
*/
 
// TODO: remove this.
alert('test');
 
// TODO remove this.
alert('test');
 
// todo - remove this.
 
// Extract info from the array.
// TODO: can this be done faster?
 
// Extract info from the array (todo: make it faster)
// To do this, use a function!
// notodo! NOTODO! NOtodo!
//TODO.
?>