{
"name": "sort-childObjects без значения: имена внутри видов упорядочены, группы видов приведены к канону, подсистемы по имени не тронуты",
"setup": "fixture:unsorted-childobjects",
"input": [
{
"operation": "sort-childObjects"
}
],
"expect": {
"stdoutContains": [
"Sorted: Catalog (3)",
"Sorted: Role (2)",
"Reordered type groups"
],
"fileContains": {
"file": "Configuration.xml",
"text": "Русский\r\n\t\t\tЯблоко\r\n\t\t\tБанан\r\n\t\t\tКаппа\r\n\t\t\tОмега\r\n\t\t\tАльфа\r\n\t\t\tБета\r\n\t\t\tГамма"
},
"preserves": {
"file": "Configuration.xml",
"bom": true,
"eol": "crlf",
"encoding": "UTF-8",
"finalNewline": false,
"noCR13": true,
"selfClose": "tight",
"noEmptyPairs": true
}
}
}