diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-08-16 13:56:04 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-08-16 13:57:26 +0200 |
| commit | d6f12190c0d953dd3090153a45ecdd10f01cd9c3 (patch) | |
| tree | 722a7e55f34c6b457cad213464ca8a9372044db3 /src/templating/test5/resu.ref | |
| parent | 1e2fdea5a977a9fdbb7bcc0632d9fb1c8ef82987 (diff) | |
-move templating library into exchange.git
Diffstat (limited to 'src/templating/test5/resu.ref')
| -rw-r--r-- | src/templating/test5/resu.ref | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/templating/test5/resu.ref b/src/templating/test5/resu.ref new file mode 100644 index 00000000..afc39659 --- /dev/null +++ b/src/templating/test5/resu.ref @@ -0,0 +1,60 @@ +===================================== +from json +----3.14159---- +===================================== +not found + +===================================== +without extension first +must2 == BEGIN +Hello Chris +You have just won 10000 dollars! + +Well, 6000 dollars, after taxes. + +Shown. + + + No person + +must2 == END + +===================================== +last with extension +must3.mustache == BEGIN + + <b>resque</b> reviewers: avrel committers: joe william + + <b>hub</b> reviewers: avrel committers: jack greg + + <b>rip</b> reviewers: joe jack committers: greg + + + + Hi Jon! + + + +===================================== + + + <b>resque</b> reviewers: avrel committers: joe william + + <b>hub</b> reviewers: avrel committers: jack greg + + <b>rip</b> reviewers: joe jack committers: greg + +===================================== +must3.mustache == END + +===================================== +Ensure must3 didn't change specials + + + Hi Jon! + + +%(%#person?%)% + Hi %(%name%)%! +%(%/person?%)% + |
