Ticket #6614 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

dojo.string.trim breaks for strings that contain trailing whitespace and result in one character

Reported by: blowery Owned by: anonymous
Priority: normal Milestone: 1.2
Component: General Version: 1.1.0
Severity: normal Keywords:
Cc:

Description (last modified by blowery) (diff)

dojo.string.trim(" a ") yields "a " It should yield "a".

Change History

Changed 7 months ago by blowery

  • status changed from new to closed
  • resolution set to fixed

(In [13412]) fixes #6614. makes trims that result in one character and have trailing whitespace work for dojo.string.trim

Changed 7 months ago by bill

  • milestone changed from 1.1.1 to 1.2

Since this was only fixed on trunk, not on the 1.1 branch, marking milestone as 1.2

Changed 7 months ago by blowery

  • summary changed from dojo.strim.trim breaks for strings that contain trailing whitespace and result in one character to dojo.string.trim breaks for strings that contain trailing whitespace and result in one character
  • description modified (diff)
  • reporter changed from guest to blowery

Fixing the subject misspelling and reporter

Note: See TracTickets for help on using tickets.