Remove trailing spaces from expected GMarkup error messages
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 13 Nov 2012 14:25:21 +0000 (14:25 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 14 Nov 2012 13:26:57 +0000 (13:26 +0000)
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
glib/tests/markups/fail-6.expected
glib/tests/markups/fail-7.expected

index 7bd0f78..e519015 100644 (file)
@@ -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
index 1c0ea0e..b722468 100644 (file)
@@ -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: '|'
index 09159d6..40b61c1 100644 (file)
@@ -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: '}'