string.format
extension should output scientific notation consistent with CEL spec
#1100
Open
1 of 4 tasks
Describe the bug
The
string.format
extension currently outputs scientific notation rendered using a unicode multiplication sign×
and superscript for the exponent2.718280 × 10⁰⁰
.To Reproduce
Check which components this affects:
string.format
extensionSample expression and input that reproduces the issue:
Test setup:
Existing test case.
Expected behavior
The output should instead be conforming to the CEL spec:
2.718280E+00
or2.718280e+00
The text was updated successfully, but these errors were encountered: