/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/config/testdata/pullorder.xml
25 строк
701 B
Simon Frei
lib/config: Error on empty folder path (fixes #5853) (#5854)
14 июл 2019, 12:03
14 июл 2019, 12:03
def4b8c
Код
Авторство
О чём код?
<configuration version="10"> <folder id="f1" path="testdata/"> </folder> <folder id="f2" path="testdata/"> <order>random</order> </folder> <folder id="f3" path="testdata/"> <order>alphabetic</order> </folder> <folder id="f4" path="testdata/"> <order>whatever</order> </folder> <folder id="f5" path="testdata/"> <order>smallestFirst</order> </folder> <folder id="f6" path="testdata/"> <order>largestFirst</order> </folder> <folder id="f7" path="testdata/"> <order>oldestFirst</order> </folder> <folder id="f8" path="testdata/"> <order>newestFirst</order> </folder> </configuration>