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
I18n.backend.store_translations(:en,test1: 'I have %{some_link: this %{text}} in the middle')It.it('.test1',some_link: '#',text: 'linked text')# "I have <a href=\"#\">this linked text</a>} in the middle"It.it('.test1',some_link: '#',text: 'linked text{}')# Expected: "I have <a href=\"#\">this linked text{}</a>} in the middle"# Now: "I have %{some_link: this linked text{}} in the middle"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: