In collection templating syntax, do not tolerate whitespace after dollar sign. So while `{{ $param }}` is valid `{{ $ param }}` will be ignored.
ParameterSubstitutionParser
Fix nested mocha "it"s and "different parameters" test having wrong expectation and add a test for whitespace tolerance.