Closed hassanakbar4 closed 3 years ago
@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed status from new
to closed
@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed resolution from ` to
fixed`
@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented
Fixed in [1809]:
Fixed a bug where leading whitespace in title attributes weren't handled properly. Fixes issue #274.
component_Version 2 cli
resolution_fixed
type_defect
| by tony@att.comConsider this input:
Note the leading whitespace !#1, the internal extra whitespace !#2, and the trailing whitespace !#3.
Here's an example input:
v1 output:
v2 output:
!#1) With v1, leading white space is stripped. With v2, leading white space is kept. !#2) With both v1 and v2, internal whitespace is maintained. !#3) With both v1 and v2, trailing whitespace is stripped. (The dots would have started later if they weren't.)
I consider the different handling of !#1 in v2 to be a bug.
Issue migrated from trac:274 at 2021-10-20 18:17:23 +0500