Skip to content

Commit

Permalink
Add kv to the output of icu_collation_attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dverite committed Nov 28, 2020
1 parent e203180 commit 4e9e44c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion expected/tests-01.out
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ SELECT * FROM icu_collation_attributes('en') WHERE attribute <> 'version';
ks | level3
kf | false
kc | false
(8 rows)
kv | punct
(9 rows)

-- icu_compare
SELECT icu_compare('abcé', 'abce', 'en@colStrength=primary;colCaseLevel=yes');
Expand Down

0 comments on commit 4e9e44c

Please sign in to comment.