Changeset 22570
Legend:
- Unmodified
- Added
- Removed
-
t/TASKS
r22495 r22570 16 16 * Continue moving tests from t/ to t/spec/ 17 17 * Clean up old POD (only present in some testing modules) 18 * Fudge tests for Rakudo where helpful (ie only there where the tested19 features are already implemented)20 * Improve the Vim syntax highlighting to recognize test keywords21 18 * Review XXX entries for test corrections 22 19 * rewrite tests with multiple lexical subs of the same name ("my sub foo") to … … 34 31 35 32 S05 36 * check t/regex/p6regex/regex_tests for errors and move into spec37 33 * mm//, ss/// variants 38 34 * repetition, especially **? … … 40 36 * modifier tests. These are easy to check if they are missing 41 37 * tests for the "special named assertions" 42 * more of everything. t/regex/p6regex/regex_tests is the majority of the P6 regex tests at present.38 * more of everything. 43 39 44 40 S09 … … 56 52 57 53 S16 58 * Is there a reason that S16-io/say.t doesn't use plan()?59 54 * tests for glob() 60 55
