File: test_xml_ordering_differences_diff

package info (click to toggle)
diffoscope 297
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,304 kB
  • sloc: python: 17,166; sh: 114; makefile: 97; xml: 36; javascript: 2
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <foo>
-  <bar attr="foo"/>
   <bar attr="bar"/>
+  <bar attr="foo"/>
 </foo>