Skip to content

Commit

Permalink
rename test and make it more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettroke committed Sep 20, 2022
1 parent bad2686 commit 4d89712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/vrl/stdlib/src/parse_xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,12 @@ mod tests {
tdef: type_def(),
}

cdata_element {
args: func_args![ value: r#"<p><?xml?>[CDATA[]]Q</p>"# ],
header_inside_element {
args: func_args![ value: r#"<p><?xml?>text123</p>"# ],
want: Ok(value!(
{
"p": {
"text": "[CDATA[]]Q"
"text": "text123"
}
}
)),
Expand Down

0 comments on commit 4d89712

Please sign in to comment.