1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 19:38:32 +02:00
home-manager/tests/modules/services/recoll/config-format-order.conf
Robert Helgesson b9e3a29864
recoll: fix generation of string lists
The updated implementation will quote string lists as per the
description at

  https://www.lesbonscomptes.com/recoll/usermanual/#RCL.INSTALL.CONFIG

Fixes #3732
2023-03-02 20:01:51 +01:00

26 lines
406 B
Plaintext

b = 10
d = 0
e = This should be the second to the last non-attrset value in the config.
g = "This" "is" "coming" "from" "a" "list"
[a]
foo = bar
[c]
a = This should appear as the second section.
aa = 1
b = 53
[f]
a = This should be second to the last for the attribute names with an attrset.
b = 3193
c = 0
d = "Hello" "there"
[foo]
bar = This should be the last attribute with an attrset.
baz = 42