Skip to content

Commit

Permalink
fixed parsing of blocking groups; added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muellan committed Nov 7, 2018
1 parent 30bf205 commit 973e6f5
Show file tree
Hide file tree
Showing 72 changed files with 340 additions and 143 deletions.
2 changes: 1 addition & 1 deletion examples/actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/align.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/alternatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/annotate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/argv0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/complex_nesting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/doc_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/documentation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/finder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/float_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/groups.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/joinable_flags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/naval_fate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*
* This command line interface example was taken from http://docopt.org/.
Expand Down
2 changes: 1 addition & 1 deletion examples/nested_alternatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/numbers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/options_values.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/positional_values.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/repeatable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/required_flags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/sanity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/send.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/simplify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/switches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/tagnames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/text_formatting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/timing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* released under MIT license
*
* (c) 2017 André Müller; [email protected]
* (c) 2017-2018 André Müller; [email protected]
*
*****************************************************************************/

Expand Down
Loading

0 comments on commit 973e6f5

Please sign in to comment.