leiningen/leiningen-core/test
Stephen Nelson f1fc34ee00 Fix #2145: extra whitespace added to JVM_OPTS
Instead of using String.split then recombining arguments to repair broken
quoted arguments, this parser now finds entire arguments using regex matching.
This is more robust, handling extra whitespace (and non-space whitespace)
correctly, while also correctly matching quotations in argument strings and
preserving internal spaces.
2016-05-18 17:44:13 +12:00
..
leiningen Fix #2145: extra whitespace added to JVM_OPTS 2016-05-18 17:44:13 +12:00