From e744a4aa7a5b6e7b0fb3bd9e553b152ce424992c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 13 Nov 2012 14:25:21 +0000 Subject: [PATCH] Remove trailing spaces from expected GMarkup error messages Commit 138f4c1 broke the relevant part of 'make check' by changing the error messages away from the ones we previously expected. This commit updates the expected output to catch up. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=688255 Reviewed-by: Matthias Clasen --- glib/tests/markups/fail-5.expected | 2 +- glib/tests/markups/fail-6.expected | 2 +- glib/tests/markups/fail-7.expected | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glib/tests/markups/fail-5.expected b/glib/tests/markups/fail-5.expected index 7bd0f7847..e519015d5 100644 --- a/glib/tests/markups/fail-5.expected +++ b/glib/tests/markups/fail-5.expected @@ -1 +1 @@ -ERROR Error on line 2 char 1: '|foo' is not a valid name +ERROR Error on line 2 char 1: '|foo' is not a valid name diff --git a/glib/tests/markups/fail-6.expected b/glib/tests/markups/fail-6.expected index 1c0ea0ecc..b72246888 100644 --- a/glib/tests/markups/fail-6.expected +++ b/glib/tests/markups/fail-6.expected @@ -1 +1 @@ -ERROR Error on line 2 char 1: 'foo|' is not a valid name: '|' +ERROR Error on line 2 char 1: 'foo|' is not a valid name: '|' diff --git a/glib/tests/markups/fail-7.expected b/glib/tests/markups/fail-7.expected index 09159d64d..40b61c152 100644 --- a/glib/tests/markups/fail-7.expected +++ b/glib/tests/markups/fail-7.expected @@ -1 +1 @@ -ERROR Error on line 1 char 15: 'bar}"baz"' is not a valid name: '}' +ERROR Error on line 1 char 15: 'bar}"baz"' is not a valid name: '}'