File: sort_repeated_fields_by_subfield.OUT.textproto

package info (click to toggle)
golang-github-protocolbuffers-txtpbfmt 0.0~git20241112.20d2c9e-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: makefile: 13
file content (15 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# txtpbfmt: sort_repeated_fields_by_subfield=oper.id
head {
  oper {
    id: "c"
    value: 42
  }
  oper {
    id: "m"
    value: 12
  }
  oper {
    id: "x"
    value: 29
  }
}