diff options
author | Jake Teton-Landis <just.1.jake@gmail.com> | 2018-01-21 09:28:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 09:28:05 -0800 |
commit | 92e3d95099509c56b6b2f710aecfad19e97dc2c4 (patch) | |
tree | 4ee79998b799c09ed268ed09891d540a2c16b4bf /activesupport/test/cache/cache_store_setting_test.rb | |
parent | cf1c48478d1f48d763c3bee92d6bc6cfb3e63dba (diff) | |
download | rails-92e3d95099509c56b6b2f710aecfad19e97dc2c4.tar.gz rails-92e3d95099509c56b6b2f710aecfad19e97dc2c4.tar.bz2 rails-92e3d95099509c56b6b2f710aecfad19e97dc2c4.zip |
bin/yarn: Pass through arguments with spaces
Previously, the `bin/yarn` wrapper would "unquote" arguments to yarn like this:
`yarn run add-copyright "(c) 2017, 2018 MyCompany"`
That results in an ARGV of ['run', 'add-copyright', '(c) 2017, 2018 MyCompany'] in the yarn wrapper,
but a ARGV in the yarn executable of ['run', 'add-copyright', '(c)', '2017,', '2018', MyCompany']
Diffstat (limited to 'activesupport/test/cache/cache_store_setting_test.rb')
0 files changed, 0 insertions, 0 deletions