--- /dev/null
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2019 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+// Output standard parameters for ParsedConvergenceTable class
+
+#include <deal.II/base/parsed_convergence_table.h>
+
+#include "../tests.h"
+
+int
+main()
+{
+ initlog();
+
+ ParsedConvergenceTable table;
+
+ ParameterHandler prm;
+ table.add_parameters(prm);
+
+ prm.log_parameters(deallog);
+}
--- /dev/null
+
+DEAL:parameters::Enable computation of the errors: true
+DEAL:parameters::Enable output to streams: true
+DEAL:parameters::Error file name:
+DEAL:parameters::Error precision: 3
+DEAL:parameters::Extra columns: dofs, cells
+DEAL:parameters::List of error norms to compute: Linfty, L2, H1
+DEAL:parameters::Rate key: dofs