Skip to content

Remove duplicated percentage signs in sprintf.js

Ammar Alakkad requested to merge 362541-remove-duplicated-percentage-sign into master

What does this MR do and why?

It updates sprintf function so it ignore the extra percentage sign.

Example: %%{someVariable}%% would be handled as %{someVariable}%%

The original discussion is linked in the issue.

Screenshots or screen recordings

N/A

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #362541 (closed)

Edited by Ammar Alakkad

Merge request reports