[glib] Remove trailing spaces from expected GMarkup error messages



commit e744a4aa7a5b6e7b0fb3bd9e553b152ce424992c
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Tue Nov 13 14:25:21 2012 +0000

    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 <mclasen redhat com>

 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 7bd0f78..e519015 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 1c0ea0e..b722468 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 09159d6..40b61c1 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: '}'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]