From f699d054f5a33f5d29cb8f7e37fa2c14ecf2499d Mon Sep 17 00:00:00 2001 From: sairajat Date: Sun, 12 Feb 2017 00:48:33 -0500 Subject: [PATCH] Fixed Typo and added comment in output of test --- doc/news/changes/minor/20170209-RajatArora | 2 +- tests/parameter_handler/parameter_handler_3_with_space.output | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/news/changes/minor/20170209-RajatArora b/doc/news/changes/minor/20170209-RajatArora index b7d22b3c4a..4e2ef5bdd1 100644 --- a/doc/news/changes/minor/20170209-RajatArora +++ b/doc/news/changes/minor/20170209-RajatArora @@ -1,4 +1,4 @@ -Fixed: Patterns::Selection now ignore spaces at the beginning and the end +Fixed: Patterns::Selection now ignores spaces at the beginning and the end of the sequence string.
(Rajat Arora, 2017/02/09) diff --git a/tests/parameter_handler/parameter_handler_3_with_space.output b/tests/parameter_handler/parameter_handler_3_with_space.output index 6c16d6cbc8..9e8b1f79e4 100644 --- a/tests/parameter_handler/parameter_handler_3_with_space.output +++ b/tests/parameter_handler/parameter_handler_3_with_space.output @@ -8,6 +8,7 @@ subsection Testing # docs 1 set string list1 = a, b, c # default: a + #docs 2 set string list2 = h, b, c # default: h end -- 2.39.5