You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
screwdriver.cd/displayName is parsed as Numeric value when it is not enclosed double quote.
Then the value converts exponential form if it is huge value.
What happened:
screwdriver.cd/displayName
is parsed as Numeric value when it is not enclosed double quote.Then the value converts exponential form if it is huge value.
What you expected to happen:
displayName
value is always parsed as String.How to reproduce it:
Set numeric value into
displayName
. (e.g.12345
,0.12345
NOT"123"
)The text was updated successfully, but these errors were encountered: