diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-02 21:00:57 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-02 21:27:12 -0500 |
commit | 2ec635ae28261418313156e21b1eeed42d28f056 (patch) | |
tree | e646f10f9cc9cdc779c0fc8f0e683f4fbfa588b3 /tests/meson.build | |
parent | 283f646dd7ac44d0c0d7b12d15bd2f6a4346c8f5 (diff) | |
download | pango-2ec635ae28261418313156e21b1eeed42d28f056.tar.gz |
markup tests: Add tests for parsing accelsmarkup-parse-fixes
Add tests that test some of the corner cases handled
in the previous commit.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index bdccd55d..ccd2541e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -91,6 +91,9 @@ test_markups_data = [ 'markups/valid-10', 'markups/valid-11', 'markups/valid-12', + 'markups/valid-13', + 'markups/valid-14', + 'markups/valid-15', ] test_breaks_data = [ |