mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 22:54:36 +00:00
[test-map] Whitespace
This commit is contained in:
parent
3e64abd5d6
commit
fc5739ea90
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ main (int argc, char **argv)
|
|||
assert (m1.get (hb_map_t ()) == hb_map_t ());
|
||||
assert (m2.get (hb_map_t ()) == hb_map_t ());
|
||||
|
||||
assert (m1.get (hb_map_t {pair (1u, 2u)}) == hb_map_t {pair (2u, 3u)});
|
||||
assert (m2.get (hb_map_t {pair (1u, 2u)}) == hb_map_t {pair (2u, 3u)});
|
||||
assert (m1.get (hb_map_t {pair (1u, 2u)}) == hb_map_t {pair (2u, 3u)});
|
||||
assert (m2.get (hb_map_t {pair (1u, 2u)}) == hb_map_t {pair (2u, 3u)});
|
||||
}
|
||||
|
||||
/* Test hashing sets. */
|
||||
|
|
Loading…
Add table
Reference in a new issue