root/t/syntax

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24517 [24517] 3 weeks moritz [t] move interpolation/strings.t to spec/
(edit) @24276 [24276] 4 weeks moritz [t] move some parsing tests to spec/
(edit) @22478 [22478] 3 months moritz [t] move pod_in_multi_line_exprs.t to spec and $fn s/_/-/g
(edit) @22462 [22462] 3 months moritz [t] move two tests to spec/
(edit) @22380 [22380] 4 months azawawi fixed PROBLEMS.pod, moved t/syntax/varnames.t into S02-names_and_variables …
(edit) @22369 [22369] 4 months moritz [t] merge syntax/force_context.t into spec/S03-operators/context-forcers.t
(edit) @22368 [22368] 4 months moritz [t] merged syntax/lf_in_list.t into listquote.t
(edit) @22364 [22364] 4 months moritz [t] merged syntax/numbers/misc.t iinto radix.t, deleted duplicate tests
(edit) @22363 [22363] 4 months moritz [t] merged single_quoted_strings.t into quoting.t
(edit) @22361 [22361] 4 months moritz [t] move list_quote_whitespace.t to spec/, some fudge tweaking
(edit) @22228 [22228] 4 months moritz [t] moved underscores.t to spec/, simplified
(edit) @22226 [22226] 4 months moritz [t] merged a few tests into spec/
(edit) @22225 [22225] 4 months moritz [t] move unicode.t to spec/
(edit) @22201 [22201] 4 months moritz [t] moved pairs.t to spec/, fudged a bit, added a test
(edit) @22200 [22200] 4 months moritz [t] moved char_by_number.t to spec/
(edit) @22199 [22199] 4 months moritz [t] moved char_by_name.t to spec/
(edit) @22090 [22090] 4 months lwall [t] clean up various calls to try, system, etc
(edit) @22010 [22010] 5 months moritz [t] moved hash interpolation test to spec/
(edit) @22008 [22008] 5 months moritz [t] move interpolation tests to spec/, add a few. clintongormley++.
(edit) @21939 [21939] 5 months stephenpollei Auzon pointed out that previous commit did not delete old comment.t file
(edit) @21799 [21799] 5 months lwall [STD vs t] now passes 99.22% For parsing sanity, :: is no longer …
(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) @21734 [21734] 5 months lwall various buglets, STD now parses 94% of t/
(edit) @21722 [21722] 5 months lwall [t/*] fix all the rands and $*PID."... instances
(edit) @21721 [21721] 5 months lwall [t/*] s/qn/Q/
(edit) @21719 [21719] 5 months lwall [STD] detect obsolete use of =cut [t/*.t] delete obsolete uses of =cut
(edit) @21284 [21284] 6 months moritz [t] moved parts of syntax/signature.t to spec/
(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) @19760 [19760] 12 months rhr [unspace.t, unicode-whitespace.t] move to …
(edit) @19759 [19759] 12 months rhr [t/syntax/unspace.t] delete comment about renaming it to unspace
(edit) @19758 [19758] 12 months rhr t/syntax/long_dot.t is now t/syntax/unspace.t
(edit) @19757 [19757] 12 months rhr [t/syntax/long_dot.t] s/long dots?/unspace/gi
(edit) @19322 [19322] 12 months particle [t]: refactoring radix conversion tests for binary, and fractions
(edit) @19320 [19320] 12 months particle [t]: refactoring radix conversion tests for hexadecimals
(edit) @19319 [19319] 12 months particle [t]: refactoring radix conversion tests for decimals
(edit) @19318 [19318] 12 months particle [t]: refactoring radix conversion tests for octals
(edit) @19212 [19212] 13 months ferreira r202@dracma: perl | 2007-12-13 15:46:46 -0200 fixed smarlink errors in …
(edit) @18451 [18451] 15 months brian_d_foy * I constructed two bad tests. In hexadecimal numbers written with the …
(edit) @18434 [18434] 15 months brian_d_foy * fixe cut-n-paste error in decimal.t comment * list_of_digits.t tests …
(edit) @18433 [18433] 15 months brian_d_foy * Going through S02 and writing tests for all of the number format …
(edit) @18421 [18421] 15 months brian_d_foy
(edit) @17644 [17644] 16 months moritz t/syntax/long_dot.t: fixed smartlink
(edit) @17498 [17498] 17 months sunnavy fixed an invalid comment for smartlink
(edit) @17497 [17497] 17 months sunnavy added tests for the equivalence of .123 and 0.123
(edit) @17484 [17484] 17 months sunnavy remove block comments tests because they are not in spec any more
(edit) @17482 [17482] 17 months sunnavy added some block comments tests
(edit) @17448 [17448] 17 months sartak r37386@onn: sartak | 2007-08-25 18:54:59 -0400 Two small test …
(edit) @17264 [17264] 17 months lysdexsik
(edit) @17261 [17261] 17 months moritz t/syntax/comments.t: fixed one of two broken smartlinks
(edit) @17184 [17184] 18 months masak [t/syntax/interpolation/strings.t] * some tests in eval() where not run, …
(edit) @17179 [17179] 18 months bcmb Update smart links and correct 1 test script.
(edit) @16907 [16907] 18 months masak [t/syntax/numbers/misc.t] * corrected copy/paste …
(edit) @16856 [16856] 18 months lidden Test for interpolation into double quoted strings.
(edit) @16510 [16510] 20 months tumulus add some extra tests for string interpolation with closures, particularly …
(edit) @16454 [16454] 20 months Aankhen t/syntax/unicode.t: * added a Hindi test
(edit) @16299 [16299] 20 months rhr misc unicode tests, add smartlinks
(edit) @16296 [16296] 20 months rhr Fix comma/colon after block in arglist tests
(edit) @16283 [16283] 20 months rhr Add tests for space/unspace after blocks
(edit) @16256 [16256] 20 months polettix Corrected a bug in t/syntax/interpolation/fmt.t
(edit) @16255 [16255] 20 months polettix Excercise bugged interaction between fmt and double-quotish …
(edit) @16239 [16239] 20 months rhr Merge long dot tests, add new unspace tests
(edit) @16233 [16233] 20 months rhr Add unspace and long dot tests
(edit) @16232 [16232] 20 months rhr Add unicode whitespace parsing tests (most fail at present)
(edit) @15909 [15909] 21 months Darren_Duncan added test t/syntax/parsing/pod_in_multi_line_exprs.t since the presence …
(edit) @15822 [15822] 22 months unobe * updated all legacy smartlinks syntax in test suite * updated …
(edit) @15818 [15818] 22 months unobe * fixed broken smartlinks and added a few more (each() mentioned in S02)
(edit) @15167 [15167] 2 years lwall More . More whitespace around . Several eval'd tests of .:X syntax
(edit) @15165 [15165] 2 years audreyt * Filetest operators are now removed; use smartmatch against Pairs …
(edit) @15160 [15160] 2 years szabgab testing nested comments
(edit) @15146 [15146] 2 years szabgab more tests for multiline comments
(edit) @14951 [14951] 2 years perlDreamer all existing smart links resolved
(edit) @14923 [14923] 2 years luqui Added test for auto-semicolon not at top level bug.
(edit) @14918 [14918] 2 years jrockway r4@foo: jon | 2006-12-18 04:42:53 -0600 fix a minor typo
(edit) @14880 [14880] 2 years szabgab add test for magyar variables fix a broken smartlink
(edit) @14757 [14757] 2 years avar * Fixed more smartlinks
(edit) @14613 [14613] 2 years loumz Add my name to the AUTHORS file. Add filetest parsing tests for "- …
(edit) @14570 [14570] 2 years audreyt * Pugs.Parser: fglock++ noticed that Pugs was not composing hash …
(edit) @14295 [14295] 2 years lwall [inplace.t] It helps if you use P6 character class instead of P5…
(edit) @14285 [14285] 2 years audreyt * ext/ and t/: Repair various lone =cut.
(edit) @14263 [14263] 2 years audreyt * comments.t: unTODO now that =for block parses.
(edit) @14254 [14254] 2 years audreyt * POD.t: Restructure the test now that 1)they all pass and 2)%=POD …
(edit) @13958 [13958] 2 years putter [t/] Corrected some obvious cases of tests made bogus by the replacement …
(edit) @13950 [13950] 2 years audreyt * lt.t: TODO.
(edit) @13946 [13946] 2 years audreyt * spaceship.t: repair a bogus test.
(edit) @13918 [13918] 2 years andara [t/syntax/parsing/lt.t] fixed smart link
(edit) @13916 [13916] 2 years masak [t/syntax/parsing/non-dotted-new-disallowed.t] * added test that wants …
(edit) @13913 [13913] 2 years putter In t/ (mostly), converted eval_ok and eval_is to ok(eval and is(eval. The …
(edit) @13882 [13882]