From 4e9e44cd96332c1a9c1d8011a9731ef407437f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20V=C3=A9rit=C3=A9?= Date: Sat, 28 Nov 2020 16:54:09 +0100 Subject: [PATCH] Add kv to the output of icu_collation_attributes. --- expected/tests-01.out | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/expected/tests-01.out b/expected/tests-01.out index b45105c..ea4915a 100644 --- a/expected/tests-01.out +++ b/expected/tests-01.out @@ -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');