From 9de39626d925aa8ed0138fc5b90ee30ccf1ac4c1 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 7 Apr 2020 10:42:29 +0200 Subject: Improve undeclared key messages. --- test-suite/output/undeclared_key.out | 13 +++++++++++++ test-suite/output/undeclared_key.v | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 test-suite/output/undeclared_key.out create mode 100644 test-suite/output/undeclared_key.v (limited to 'test-suite') diff --git a/test-suite/output/undeclared_key.out b/test-suite/output/undeclared_key.out new file mode 100644 index 0000000000..ed768751fc --- /dev/null +++ b/test-suite/output/undeclared_key.out @@ -0,0 +1,13 @@ +The command has indeed failed with message: +There is no flag, option or table with this name: "Search Blacklists". +The command has indeed failed with message: +There is no qualid-valued table with this name: "Search Blacklist". +File "stdin", line 3, characters 0-22: +Warning: There is no flag or option with this name: "Search Blacklists". +[unknown-option,option] +The command has indeed failed with message: +There is no string-valued table with this name: "Search Blacklists". +The command has indeed failed with message: +There is no qualid-valued table with this name: "Search Blacklist". +The command has indeed failed with message: +There is no qualid-valued table with this name: "Search Blacklist". diff --git a/test-suite/output/undeclared_key.v b/test-suite/output/undeclared_key.v new file mode 100644 index 0000000000..4134bc8bfa --- /dev/null +++ b/test-suite/output/undeclared_key.v @@ -0,0 +1,6 @@ +Fail Test Search Blacklists. +Fail Test Search Blacklist for foo. +Set Search Blacklists. +Fail Remove Search Blacklists "bar" foo. +Fail Remove Search Blacklist "bar" foo. +Fail Add Search Blacklist "bar" foo. -- cgit v1.2.3