From 6645c6b359af84fcf32881abd838f98929aa523a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 10 Feb 2017 20:46:57 -0500 Subject: Add tests for bfs's flexible command line parsing --- tests/test_expr_flag_path.out | 2 ++ tests/test_expr_path_flag.out | 2 ++ tests/test_flag_expr_path.out | 2 ++ tests/test_path_expr_flag.out | 2 ++ tests/test_path_flag_expr.out | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 tests/test_expr_flag_path.out create mode 100644 tests/test_expr_path_flag.out create mode 100644 tests/test_flag_expr_path.out create mode 100644 tests/test_path_expr_flag.out create mode 100644 tests/test_path_flag_expr.out (limited to 'tests') diff --git a/tests/test_expr_flag_path.out b/tests/test_expr_flag_path.out new file mode 100644 index 0000000..c774fb9 --- /dev/null +++ b/tests/test_expr_flag_path.out @@ -0,0 +1,2 @@ +links/h/g +links/h/i diff --git a/tests/test_expr_path_flag.out b/tests/test_expr_path_flag.out new file mode 100644 index 0000000..c774fb9 --- /dev/null +++ b/tests/test_expr_path_flag.out @@ -0,0 +1,2 @@ +links/h/g +links/h/i diff --git a/tests/test_flag_expr_path.out b/tests/test_flag_expr_path.out new file mode 100644 index 0000000..c774fb9 --- /dev/null +++ b/tests/test_flag_expr_path.out @@ -0,0 +1,2 @@ +links/h/g +links/h/i diff --git a/tests/test_path_expr_flag.out b/tests/test_path_expr_flag.out new file mode 100644 index 0000000..c774fb9 --- /dev/null +++ b/tests/test_path_expr_flag.out @@ -0,0 +1,2 @@ +links/h/g +links/h/i diff --git a/tests/test_path_flag_expr.out b/tests/test_path_flag_expr.out new file mode 100644 index 0000000..c774fb9 --- /dev/null +++ b/tests/test_path_flag_expr.out @@ -0,0 +1,2 @@ +links/h/g +links/h/i -- cgit v1.2.3