1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-04 17:09:47 +01:00
home-manager/tests/lib/generators/tokdl-result.txt

38 lines
491 B
Text
Raw Normal View History

a 1
b "string"
c "multiline string\nwith special characters:\n\t \n \\" \"\n"
unsafeString " \" \n "
flatItems 1 2 "asdf" true null
bigFlatItems 23847590283751 1.239000 "multiline \" \" \"\nstring\n" null
repeated 1 2
repeated true false
repeated
repeated null
extraAttrs 2 true arg1=1 arg2=false {
nested {
a 1
b null
}
}
listInAttrsInList {
list1 {
- {
a 1
}
- {
b true
}
- {
c null
d {
- {
e "asdfadfasdfasdf"
}
}
}
}
list2 {
a 8
}
}