Ticket #1956 (closed feature: fixed)

Opened 4 years ago

Last modified 4 years ago

BaseTypes.String.Format does not support sub-elements

Reported by: crschmidt Owned by:
Priority: minor Milestone: 2.8 Release
Component: BaseTypes Version: 2.7
Keywords: Cc:
State: Complete

Description

${foo.bar} doesn't work inside of String.Format.

Attachments

string.format.patch Download (2.2 KB) - added by crschmidt 4 years ago.
string.format.v2.patch Download (3.6 KB) - added by rdewit 4 years ago.
This one filters out multiple dots like ${a....b} and has tests as well.

Change History

Changed 4 years ago by crschmidt

Changed 4 years ago by rdewit

This one filters out multiple dots like ${a....b} and has tests as well.

Changed 4 years ago by rdewit

  • state set to Review

Changed 4 years ago by crschmidt

  • status changed from new to closed
  • state changed from Review to Complete
  • resolution set to fixed

(In [8900]) Fix for "BaseTypes.String.Format does not support sub-elements", patch + tests from rdewit, r=me, (Closes #1956)

Note: See TracTickets for help on using tickets.