mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 00:57:49 +02:00
Merged heterogeneous tables (#536)
* Merged heterogeneous tables * switch emoji
This commit is contained in:
@ -148,7 +148,7 @@ pub fn write_xml_events<W: Write>(
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
let s = current.clone().into_abbreviated_string(config);
|
||||
let s = current.into_abbreviated_string(config);
|
||||
writer
|
||||
.write_event(Event::Text(BytesText::from_plain_str(s.as_str())))
|
||||
.expect("Couldn't write XML text");
|
||||
|
Reference in New Issue
Block a user