From 7373ce3d6988706388f136e1c06afd20a3e8d5be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:48:22 +0200 Subject: Adding upstream version 2.3.5. Signed-off-by: Daniel Baumann --- lib/tests/plugin.ini | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lib/tests/plugin.ini (limited to 'lib/tests/plugin.ini') diff --git a/lib/tests/plugin.ini b/lib/tests/plugin.ini new file mode 100644 index 0000000..511fd9f --- /dev/null +++ b/lib/tests/plugin.ini @@ -0,0 +1,24 @@ +# Non-standard (but accepted) comment +; standard ini comment + +[check_mysql] +username=operator +; comment in the middle +password=secret + +[section_twice] +foo=bar + +[check_mysql2] +u=admin +p=secret + +[section_twice] +bar=foo + +[check space_and_flags] +foo=bar +a= +b= +bar= + -- cgit v1.2.3