|
1 | 1 | { |
2 | 2 | "#title": "Client", |
3 | 3 | "info": { |
4 | | - "#num": 120, |
5 | | - "#txt": "ATOME" |
| 4 | + "num": 120, |
| 5 | + "txt": "ATOME" |
6 | 6 | }, |
| 7 | + "tst": [ |
| 8 | + "The number id **{{ info.num }}** and the number again {{ info.txt }} and {{ info.txt.ttt.hello.opa }}" |
| 9 | + ], |
7 | 10 | "main": [ |
8 | | - "The number id **{{ [/examples/simple/source.html] info.#num }}**", |
9 | | - "The number id **{{ info.#num }}** and the number again {{ info.#txt }}", |
10 | | - "The number id **{{ [/examples/simple/source.html] info.#txt }}** and \nthis is another {{ [/examples/simple/source.html] info.#txt }}", |
11 | | - "The number id **{{ [http://nn] info.#txt }}** this is another {{ [/examples/simple/source.html] info.#txt }}", |
12 | | - "The number id **{{ [http://nn] info.#txt }}** and the number again {{ info.#txt }}", |
13 | | - "The number id **{{ [/examples/simple/source.html] info.#loopa }}** and the number again {{ info.#txt }}", |
14 | | - "The number id **{{ [/examples/simple/source.html] info.#txt }}**", |
15 | | - "The number id **{{ [/examples/simple/index.html] info.#txt }}**", |
16 | | - |
| 11 | + "The number id **{{ [/examples/simple/source.html] info.num }}** and **{{ [/examples/simple/source.html] info.txt }}**", |
| 12 | + "The number id **{{ info.num }}** and the number again {{ info.txt }}", |
| 13 | + "The number id **{{ [/examples/simple/source.html] info.nested.hello }}**", |
| 14 | + "WDR Title **{{ [https://webdatarender.com] #title }}**", |
| 15 | + "WDR Last Update **{{ [https://webdatarender.com] updates.items.0.description }}**", |
| 16 | + "WDR Last last Update **{{ [https://webdatarender.com] updates.items.1.description }}**", |
| 17 | + "WDR Subscribe **{{ [https://webdatarender.com] subscribe }}**", |
| 18 | + "" |
| 19 | + ], |
| 20 | + "#sec": [ |
| 21 | + "The number id **{{ [/examples/simple/source.html] info.txt }}** and \nthis is another {{ [/examples/simple/source.html] info.txt }}", |
| 22 | + "The number id **{{ [http://nn] info.txt }}** this is another {{ [/examples/simple/source.html] info.txt }}", |
| 23 | + "The number id **{{ [http://nn] info.txt }}** and the number again {{ info.txt }}", |
| 24 | + "The number id **{{ [/examples/simple/source.html] info.#loopa }}** and the number again {{ info.txt }}", |
| 25 | + "The number id **{{ [/examples/simple/source.html] info.txt }}**", |
| 26 | + "The number id **{{ [/examples/simple/index.html] info.txt }}**", |
17 | 27 | "" |
18 | 28 | ], |
19 | 29 | "#test": [ |
20 | 30 | "--------------------------------------------------", |
21 | | - "The number id **{{ info.#num }}**", |
22 | | - "The number id **{{info.#num}}**", |
23 | | - "The number id **{{ info.#num }}**", |
24 | | - "The number id **{{ info.#num {{num}} }}**", |
25 | | - "The number id **{{ [/examples/simple/source.html]info.#num }}**", |
26 | | - "The number id **{{ [/examples/simple/source.html] info.#num }}**", |
27 | | - |
| 31 | + "The number id **{{ info.num }}**", |
| 32 | + "The number id **{{info.num}}**", |
| 33 | + "The number id **{{ info.num }}**", |
| 34 | + "The number id **{{ info.num {{num}} }}**", |
| 35 | + "The number id **{{ [/examples/simple/source.html]info.num }}**", |
| 36 | + "The number id **{{ [/examples/simple/source.html] info.num }}**", |
28 | 37 | "" |
29 | 38 | ], |
30 | 39 |
|
|
0 commit comments