From 9043add656177eeac1491a73d2f3ab92bec0013c Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 29 Dec 2018 14:31:27 -0500 Subject: Imported Upstream version 8.8.2 --- test-suite/output/ltac_missing_args.out | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 test-suite/output/ltac_missing_args.out (limited to 'test-suite/output/ltac_missing_args.out') diff --git a/test-suite/output/ltac_missing_args.out b/test-suite/output/ltac_missing_args.out new file mode 100644 index 00000000..7326f137 --- /dev/null +++ b/test-suite/output/ltac_missing_args.out @@ -0,0 +1,40 @@ +The command has indeed failed with message: +The user-defined tactic "Top.foo" was not fully applied: +There is a missing argument for variable x, +no arguments at all were provided. +The command has indeed failed with message: +The user-defined tactic "Top.bar" was not fully applied: +There is a missing argument for variable x, +no arguments at all were provided. +The command has indeed failed with message: +The user-defined tactic "Top.bar" was not fully applied: +There are missing arguments for variables y and _, +an argument was provided for variable x. +The command has indeed failed with message: +The user-defined tactic "Top.baz" was not fully applied: +There is a missing argument for variable x, +no arguments at all were provided. +The command has indeed failed with message: +The user-defined tactic "Top.qux" was not fully applied: +There is a missing argument for variable x, +no arguments at all were provided. +The command has indeed failed with message: +The user-defined tactic "Top.mydo" was not fully applied: +There is a missing argument for variable _, +no arguments at all were provided. +The command has indeed failed with message: +An unnamed user-defined tactic was not fully applied: +There is a missing argument for variable _, +no arguments at all were provided. +The command has indeed failed with message: +An unnamed user-defined tactic was not fully applied: +There is a missing argument for variable _, +no arguments at all were provided. +The command has indeed failed with message: +The user-defined tactic "Top.rec" was not fully applied: +There is a missing argument for variable x, +no arguments at all were provided. +The command has indeed failed with message: +An unnamed user-defined tactic was not fully applied: +There is a missing argument for variable x, +an argument was provided for variable tac. -- cgit v1.2.3