diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-02 20:25:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-02 20:25:22 -0500 |
commit | 53a4f14e8801b0018a7ecf607a91aaa190f1bc41 (patch) | |
tree | afeaeb0d452518967dad7177f23615c723c52fe6 /tests | |
parent | 4dfe591823eec1d5f702a909ae9206f5fa5cb47d (diff) | |
download | pango-53a4f14e8801b0018a7ecf607a91aaa190f1bc41.tar.gz |
markup tests: Remove an _
This is in preparation for adding some tests that
will check accel handling.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/markups/valid-12.expected | 2 | ||||
-rw-r--r-- | tests/markups/valid-12.markup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/markups/valid-12.expected b/tests/markups/valid-12.expected index 39c8c4e4..b6587ee8 100644 --- a/tests/markups/valid-12.expected +++ b/tests/markups/valid-12.expected @@ -1,5 +1,5 @@ overline -overline_color +overline-color single-line double-line error-line diff --git a/tests/markups/valid-12.markup b/tests/markups/valid-12.markup index 4822024d..360944d0 100644 --- a/tests/markups/valid-12.markup +++ b/tests/markups/valid-12.markup @@ -1,5 +1,5 @@ <span overline="single">overline</span> -<span overline_color="red">overline_color</span> +<span overline_color="red">overline-color</span> <span underline="single-line">single-line</span> <span underline="double-line">double-line</span> <span underline="error-line">error-line</span> |