Subject: [Boost-bugs] [Boost C++ Libraries] #3384: Double-quoted arguments including spaces can't be used with Boost.Test.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-09-02 01:09:25
#3384: Double-quoted arguments including spaces can't be used with Boost.Test.
----------------------------------------------+-----------------------------
Reporter: Shuji Yamasaki <shu@â¦> | Owner:
Type: Bugs | Status: new
Milestone: Boost 1.41.0 | Component: None
Version: Boost 1.40.0 | Severity: Problem
Keywords: test |
----------------------------------------------+-----------------------------
The commandline
>test --opt "a b"
is parsed as
>test --opt a b
.
argv_traverser, which re-tokenizes argv, is the culprit.
After m_traverser.remainder( argc, argv ) at
boost\test\utils\runtime\cla\parser.ipp:(159), the argc increases.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3384> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC