foo="I \"like\" C++"
gives the value 'I "like" C++' to the variable 'foo'.
Differential D6286
Implement quote escaping. String values may now contain " if you
it is preceded by \. imp on May 10 2016, 1:28 AM. Authored by Tags None Referenced Files
Subscribers None
Details foo="I \"like\" C++" gives the value 'I "like" C++' to the variable 'foo'.
Diff Detail
Event Timeline
Comment Actions Fix issues raised in the review. Updating D6286: Implement quote escaping. String values may now contain " if youit is preceded by \.
Comment Actions Something's screwed up with this review. When I try to view just your change from Sunday, it looks like it reverts the original change. But when I try to view both changes together, they look correct. What's going on? Also, your more recent change didn't correctly fix the log message in var_list::set_variable. |