Skip to content

Instantly share code, notes, and snippets.

@masak
Created March 12, 2009 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/77965 to your computer and use it in GitHub Desktop.
Save masak/77965 to your computer and use it in GitHub Desktop.
$ perl6 t/01-fieldparsing.t 1..8
ok 1 - Simple left block field parses
ok 2 - Simple right block field parses
ok 3 - Simple left line field parses
ok 4 - Simple right line field parses
ok 5 - Simple block justified field parses
ok 6 - Simple line justified field parses
ok 7 - Simple centred line field parses
ok 8 - Simple centred block field parses
$ perl6 t/02-parseactions.t
1..4
ok 1 - Form::TextField can be constructed
ok 2 - Form::FormActions constructs
Left justified block field
TextField
Method 'result_object' not found for invocant of class 'Failure'
current instr.: 'make' pc 19258 (src/builtins/match.pir:39)
called from Sub 'parrot;Form;FormActions;left_justified_block_field' pc 8584 (EVAL_35:3081)
called from Sub 'parrot;Form;Format;' pc 4228 (EVAL_35:1471)
called from Sub 'parrot;Form;Format;left_justified_block_field' pc 4010 (EVAL_35:1382)
called from Sub 'parrot;Form;Format;' pc 3767 (EVAL_35:1299)
called from Sub 'parrot;Form;Format;left_justified_field' pc 3596 (EVAL_35:1232)
called from Sub 'parrot;Form;Format;' pc 3113 (EVAL_35:1069)
called from Sub 'parrot;Form;Format;aligned_field' pc 2912 (EVAL_35:988)
called from Sub 'parrot;Form;Format;' pc 2143 (EVAL_35:704)
called from Sub 'parrot;Form;Format;field' pc 1717 (EVAL_35:549)
called from Sub 'parrot;Form;Format;' pc 1566 (EVAL_35:495)
called from Sub 'parrot;Form;Format;TOP' pc 1382 (EVAL_35:422)
called from Sub 'parrot;Grammar;parse' pc 10576 (src/classes/Grammar.pir:53)
called from Sub '_block1442' pc 253 (EVAL_37:77)
called from Sub '!UNIT_START' pc 17274 (src/builtins/guts.pir:325)
called from Sub 'parrot;PCT;HLLCompiler;eval' pc 950 (src/PCT/HLLCompiler.pir:527)
called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1275 (src/PCT/HLLCompiler.pir:688)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1456 (src/PCT/HLLCompiler.pir:778)
called from Sub 'parrot;Perl6;Compiler;main' pc 21571 (perl6.pir:163)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment