Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2015 at 06:52 UTC
Updated:
12 Dec 2016 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rade commentedThis patch will properly escape the separator if it is a space.
Comment #3
rade commentedComment #4
rade commentedComment #6
danchadwick commentedGood catch. Since preg_quote isn't doing what we want for space, and since space, comma, and period all need escaping, let's just use \\ to escape the single character.
Committed to 7.x-4.x.
Comment #7
danchadwick commentedComment #8
fenstratClosing to clear out the old Webform 8.x-4.x branch. See #2827845: [roadmap] YAML Form 8.x-1.x to Webform 8.x-5.x.