This fixes an issue where 0 value is being ignored when trying to expand a simple template such as http://www.test.com{;zero}
Previously 'http://www.test.com{;zero} with zero=0 would expand to http://www.test.com;zero
After the proposed change it would expand to http://www.test.com;zero=0
This fixes an issue where
0
value is being ignored when trying to expand a simple template such ashttp://www.test.com{;zero}
Previously
'http://www.test.com{;zero}
withzero=0
would expand tohttp://www.test.com;zero
After the proposed change it would expand tohttp://www.test.com;zero=0