Page MenuHomePhabricator

YAML trailing blanks
Closed, ResolvedPublic

Description

Here we see wasteful trailing blanks appended:

GET "http://en.wikipedia.org/w/api.php?action=query&titles=Albert%20Einstein&prop=info&format=yaml"|grep ' $'|cat -e
query: $

pages: $
  - $

If one choses any of the ____fm formats, the only trailing blank is at the end of this line of the raw HTML:
"See ... complete documentation, or "


Version: 1.12.x
Severity: trivial
URL: http://en.wikipedia.org/w/api.php?action=query&titles=Albert%20Einstein&prop=info&format=yaml

Details

Reference
bz11719

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:57 PM
bzimport set Reference to bz11719.
bzimport added a subscriber: Unknown Object (MLST).

cannon.danielc wrote:

Fixed in r32485.