From f1d805badc1ea09998fea9427687456717936ff7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 6 Jan 2022 14:26:32 -0500 Subject: Add QPDFArgParser::copyFromOtherTable --- libtests/qtest/arg_parser/args-18.out | 2 ++ libtests/qtest/arg_parser/completion-sheep.out | 3 +++ libtests/qtest/arg_parser/exceptions.out | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 libtests/qtest/arg_parser/args-18.out create mode 100644 libtests/qtest/arg_parser/completion-sheep.out (limited to 'libtests/qtest/arg_parser') diff --git a/libtests/qtest/arg_parser/args-18.out b/libtests/qtest/arg_parser/args-18.out new file mode 100644 index 00000000..094076f4 --- /dev/null +++ b/libtests/qtest/arg_parser/args-18.out @@ -0,0 +1,2 @@ +you +total quacks: 0 diff --git a/libtests/qtest/arg_parser/completion-sheep.out b/libtests/qtest/arg_parser/completion-sheep.out new file mode 100644 index 00000000..15673934 --- /dev/null +++ b/libtests/qtest/arg_parser/completion-sheep.out @@ -0,0 +1,3 @@ +--ewe +!--potato +!--ram diff --git a/libtests/qtest/arg_parser/exceptions.out b/libtests/qtest/arg_parser/exceptions.out index c71159f8..82eef2a7 100644 --- a/libtests/qtest/arg_parser/exceptions.out +++ b/libtests/qtest/arg_parser/exceptions.out @@ -2,3 +2,5 @@ duplicate handler: QPDFArgParser: adding a duplicate handler for option potato i duplicate handler: QPDFArgParser: adding a duplicate handler for option ram in baaa option table duplicate table: QPDFArgParser: registering already registered option table baaa unknown table: QPDFArgParser: selecting unregistered option table aardvark +copy from unknown table: QPDFArgParser: attempt to copy from unknown table two +copy unknown from other table: QPDFArgParser: attempt to copy unknown argument two from table baaa -- cgit v1.2.3-54-g00ecf