artilleryio / artillery-core

artillery-core - deprecated
Mozilla Public License 2.0
29 stars 104 forks source link

Variables with 0 numeric value are always empty string #197

Open matt-blanchette opened 7 years ago

matt-blanchette commented 7 years ago

The renderVariables always returns variables with 0 numeric values (falsy) as empty string. Similar would happen for variables with value of false.

For example: log: "{{ zero }}"