diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-17 17:15:32 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-17 17:15:32 +0000 |
commit | 9828eb4cb867f9dd8b214941ea4affddd169e21f (patch) | |
tree | f06f2241c2532f35b81488a02c9179dc0e4f2861 /tests | |
parent | e775b830c1dcc87accc982bca4320fe95828bfe0 (diff) | |
parent | 5d6b9fd27cd5c640e5b50e3b3d6292c8d8a0f32a (diff) | |
download | pango-9828eb4cb867f9dd8b214941ea4affddd169e21f.tar.gz |
Merge branch 'fix-gravity-error' into 'main'
Correct an error message
Closes #598
See merge request GNOME/pango!410
Diffstat (limited to 'tests')
-rw-r--r-- | tests/markups/fail-17.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/markups/fail-17.expected b/tests/markups/fail-17.expected index fb55ffbf..b3abe9d6 100644 --- a/tests/markups/fail-17.expected +++ b/tests/markups/fail-17.expected @@ -1 +1 @@ -ERROR: 'auto' is not a valid value for the 'stretch' attribute on <span> tag, line 1; valid values are for example 'south', 'east', 'north', 'west'
\ No newline at end of file +ERROR: 'auto' is not a valid value for the 'gravity' attribute on <span> tag, line 1; valid values are for example 'south', 'east', 'north', 'west'
\ No newline at end of file |