root/t/regex

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24767 [24767] 4 days moritz [t] and [t/spec] * more tests for slurpy args + is copy/is rw * moved …
(edit) @24731 [24731] 8 days unobe [t/spec] S05 - Moved P5/Perl5 modifier tests into spec (rakudo can't parse …
(edit) @24716 [24716] 9 days unobe [t/spec]: S05 - Moved some capturing tests and added a few
(edit) @24444 [24444] 3 weeks lwall [t/regex] parsefail in context.t
(edit) @24361 [24361] 4 weeks moritz [t] and [t/spec] (two train travels worth of changes): * move …
(edit) @22571 [22571] 3 months lwall [t] excise exists and delete functions
(edit) @22477 [22477] 3 months moritz [t] move noncap.t to spec/, added deprecation comment to …
(edit) @22463 [22463] 3 months moritz [t] mrege from_perl6_rules/inline.t into S05-modifier/ignorecase.t
(edit) @22460 [22460] 3 months moritz [t] move newline.t to spec/, and fudge for rakudo
(edit) @22455 [22455] 3 months moritz [t] move stdrules.t to spec/
(edit) @21797 [21797] 5 months lwall [STD] much improved error messages on runaway strings and other "worries"
(edit) @21789 [21789] 5 months lwall [STD vs t] more Mutually Assured Construction
(edit) @21749 [21749] 5 months lwall [STD and t/] various bugs, STD now parses 96% of t/
(edit) @21742 [21742] 5 months Auzon [gsoc_spectest] moved counted.t to spec, added a few more tests. (added 6 …
(edit) @21734 [21734] 5 months lwall various buglets, STD now parses 94% of t/
(edit) @21720 [21720] 5 months lwall [t/*] s/:perl5/:Perl5/
(edit) @21719 [21719] 5 months lwall [STD] detect obsolete use of =cut [t/*.t] delete obsolete uses of =cut
(edit) @21623 [21623] 5 months Auzon [gsoc_spectest] Added more angle bracket syntax tests. Almost done with …
(edit) @21593 [21593] 6 months Auzon [gsoc_spectest] litvar.t to spec and more tests. (added 2 tests)
(edit) @21592 [21592] 6 months Auzon [gsoc_spectest] moved repeat.t into spec, added more tests (added 11 …
(edit) @21524 [21524] 6 months Auzon [gsoc_spectest] moved one-pass-parsing test into spec. Added tests for …
(edit) @20883 [20883] 7 months moritz [spec] tests for single quotes (from from_perl6_rules)
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @20420 [20420] 8 months moritz set svn properties on all .t files below t/ find t/ -type -f name '*.t' | …
(edit) @19830 [19830] 11 months moritz [t] moved regex/from_perl6_rules/pos_modifier.t to S05-modifier/, cleaned …
(edit) @19569 [19569] 12 months moritz moved tests for the :continue regex modifier
(edit) @19566 [19566] 12 months moritz moved :basechar tests to t/spec/S05-modifier/basechar.t
(edit) @19562 [19562] 12 months moritz Test suite refactoring: * move ignorecase regex modifier tests to …
(edit) @19212 [19212] 13 months ferreira r202@dracma: perl | 2007-12-13 15:46:46 -0200 fixed smarlink errors in …
(edit) @18302 [18302] 15 months moritz t/regex/from_perl6_rules/charset.t: fixed smart links
(edit) @18301 [18301] 15 months moritz t/regex/from_perl6_rules/null.t * fixed smartlink * removed deprecated …
(edit) @17875 [17875] 16 months moritz fixed smartlink in t/regex/from_perl6_rules/qinterp.t
(edit) @17642 [17642] 16 months moritz t/regex/capture_rollback.t: fixed smartlink
(edit) @17641 [17641] 16 months moritz t/regex/from_perl6_rules/anchors.t: fixed smartlink
(edit) @17556 [17556] 17 months moritz added first repetion modifier tests
(edit) @17555 [17555] 17 months moritz t/regex/modifiers.t: * testing :ignorecase for greek chars * :basechar …
(edit) @17547 [17547] 17 months moritz smartlink for repeat.t
(edit) @17546 [17546] 17 months moritz smartlink for qinterp.t
(edit) @17544 [17544] 17 months moritz smartlink for prior.t
(edit) @17543 [17543] 17 months moritz smartlink for pos_modifier.t
(edit) @17542 [17542] 17 months moritz smartlink for overlapping.t
(edit) @17541 [17541] 17 months moritz smartlink for null.t
(edit) @17540 [17540] 17 months moritz smartlink for newline.t
(edit) @17539 [17539] 17 months moritz smartlinks for named_cap.t
(edit) @17538 [17538] 17 months moritz smartlink for lookaround.t
(edit) @17537 [17537] 17 months moritz smartlink for litvar.t
(edit) @17536 [17536] 17 months moritz smartlink for inline.t
(edit) @17535 [17535] 17 months moritz smartlink for hash_cap.t
(edit) @17534 [17534] 17 months moritz smartlink for counted.t
(edit) @17533 [17533] 17 months moritz smartlink for context.t
(edit) @17531 [17531] 17 months moritz smartlink for t/regex/from_perl6_rules/combchar.t
(edit) @17530 [17530] 17 months moritz smartlinks for t/regex/from_perl6_rules/charset.t
(edit) @17529 [17529] 17 months moritz t/regex/from_perl6_rules/capture.t * added smartlinks * corrected some …
(edit) @17526 [17526] 17 months moritz smartlink for t/regex/from_perl6_rules/assert.t
(edit) @17525 [17525] 17 months moritz smartlink for t/regex/from_perl6_rules/array_cap.t
(edit) @17524 [17524] 17 months moritz smartlink for t/regex/from_perl6_rules/anchors.t
(edit) @16798 [16798] 19 months kolibrie initial import of regex/modifiers.t * I noticed that :c was not working * …
(edit) @16576 [16576] 20 months moritz t/regex/from_perl6_rules/subst.t: removed localization of $_ at top …
(edit) @15801 [15801] 22 months lwall updated todo markings on p6regex
(edit) @15800 [15800] 22 months lwall new platform independent todo mechanism for p6regex.t
(edit) @15796 [15796] 22 months lwall Some whackage on the <'...'> to '...' transition, mostly tests.
(edit) @15795 [15795] 22 months kolibrie binding subrules to aliases, in the regex and as a side-effect
(edit) @15790 [15790] 22 months lanny * from_perl6_rules + turn fails into todo's. There are so many todo's …
(edit) @15785 [15785] 22 months lanny * regex/from_perl6_rules + finish cleanup of unexpectedly passing tests
(edit) @15783 [15783] 22 months lanny * t/regex/from_perl6_rules + clean up unexpected passes on darwin, …
(edit) @15648 [15648] 22 months fglock t/regex/from_perl6_rules/propcharset.t - unTODO
(edit) @15637 [15637] 22 months fglock t/regex/from_perl6_rules/properties.t - unTODO a thousand tests
(edit) @15633 [15633] 22 months fglock p6regex.t - unTODO all 'ok', even if there were error messages
(edit) @15628 [15628] 22 months fglock - added t/regex/capture_rollback.t (2 TODO tests)
(edit) @15625 [15625] 22 months moritz unTODOed several test files
(edit) @15535 [15535] 22 months moritz removed :todo<bug> labels for passing test in stdrules.t
(edit) @15459 [15459] 23 months audreyt * exhaustive.t - skip looping test.
(edit) @15428 [15428] 23 months gaal * skip looping test
(edit) @15401 [15401] 23 months putter t/regex/ - renamed "rule" declarations to "regex" to match …
(edit) @15400 [15400] 23 months putter t/regex/from_perl6_rules/subrule.t - corrected test count.
(edit) @15367 [15367] 23 months lwall Add test of one-pass parsing of regex character classes.
(edit) @14948 [14948] 2 years perlDreamer Fixed broken smartlinks related to nested subpattern/subrule captures.
(edit) @14935 [14935] 2 years lwall change "is from" to ":= cat"
(edit) @14890 [14890] 2 years kolibrie svn-props
(edit) @14884 [14884] 2 years kolibrie added extract_pghpw.t showing how to extract data using a …
(edit) @14764 [14764] 2 years Limbic_Region Added some failing regex tests in both PGE and P::C::R pointed out by …
(edit) @14651 [14651] 2 years lanny * clean up unexpected passing TODOs
(edit) @14481 [14481] 2 years lanny * t/regex/p6regex/p6regex.t -- stab at un-todo of unexpected passed tests
(edit) @14443 [14443] 2 years lwall more bare block cleanup s{...}{...} cleanup
(edit) @14335 [14335] 2 years audreyt * prior.t: unTODO.
(edit) @14200 [14200] 2 years audreyt * t/: More unTODO following the addressOf change.
(edit) @14185 [14185] 2 years putter from_perl6_rules/propcharset.t - updated. /<+<foo>>/ notation was …
(edit) @14154 [14154] 2 years putter t/regex/p6regex/p6regex.t - enforce assumptions about input (audreyt++); …
(edit) @14067 [14067] 2 years audreyt * regex_tests: fix a stray space.
(edit) @14043 [14043] 2 years putter t/regex/from_perl6_rules/array_cap.t - force_todo a test. all tests pass …