Part 1
- run all tests from D224
Part 2
- create test.tpl file with this content
<inp2:m_DefaultParam param_name="wow" wow="ok"/> [<inp2:m_Param name="$param_name"/>] [<inp2:m_Param name="param_name"/>]
- open URL matching that template in browser
- confirm, that in View Source of opened page contains:
[ok] [wow]
Part 3
- create test.tpl file with this content
<inp2:m_DefaultParam param_name="wow" wow="ok"/> <inp2:m_Capture to_var="wow"> la-la </inp2:m_Capture> [<inp2:m_Param name="$param_name"/>] [<inp2:m_Param name="param_name"/>]
- open URL matching that template in browser
- confirm, that in View Source of opened page contains:
[la-la] [wow]