• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..13-Feb-2014-

READMEH A D13-Feb-2014453 138

ctx.tstH A D13-Feb-2014495 1211

mangle.plH A D13-Feb-20144.3 KiB167119

test-data.tmpl.ttH A D13-Feb-2014358 2319

README

1-- incomplete --
2
3./mangle.pl  --context=ctx.tst < $TT_HOME/t/parser.t > newtest.t.js
4
5- mangle.pl tries its best to generate Test.Data based on TT test suite
6- $TT_HOME/t/parser.t is the TT test suite being extracted
7- ctx.tst is a manual extract of the $context (often called $params) object
8  used in TT (in $TT_HOME/t/parser.t)
9- newtest.t.js is the Test.Data file generated
10- in ./jemplates is the 'jemplates' files defined in the jemplate block
11
12
13