lnav/test/datafile_xml.0
Suresh Sundriyal a46d33de2b [pretty print] Avoid extra new lines.
With the recent change to enable pretty print on all the log lines in
the current view, 'lnav' adds extra new lines between all the normal log
lines. This change removes the extra new lines.
2015-03-29 03:28:05 -07:00

21 lines
1.2 KiB
Plaintext

<ns1:foo> <elem attr1=xyz attr2="123"> </elem> <closed />
key 0:0
xmlo 0:9 ^-------^ <ns1:foo>
pair 0:9 ^-------^ <ns1:foo>
key 12:12 ^
xmlo 12:40 ^--------------------------^ <elem attr1=xyz attr2="123">
pair 12:40 ^--------------------------^ <elem attr1=xyz attr2="123">
key 42:42 ^
xmlc 42:49 ^-----^ </elem>
pair 42:49 ^-----^ </elem>
key 51:51 ^
xmlt 51:61 ^--------^ <closed />
pair 51:61 ^--------^ <closed />
--
<ns1:foo>
<elem attr1=xyz attr2="123"> </elem>
<closed />