Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeleo committed Aug 2, 2024
1 parent d9c4ebf commit b59dae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udfs/community/test_cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -3468,7 +3468,7 @@ generate_udf_test("xml_to_json_fpx", [
generate_udf_test("xml_to_json", [
{
inputs: [`'<xml foo="FOO"><bar><baz>BAZ</baz></bar></xml>'`],
expected_output: `JSON '{"xml":{"_attributes":{"foo":"FOO"},"bar":{"baz":"BAZ"}}}`,
expected_output: `JSON '{"xml":{"_attributes":{"foo":"FOO"},"bar":{"baz":"BAZ"}}}'`,
},
{
inputs: [`CAST(NULL AS STRING)`],
Expand Down

0 comments on commit b59dae4

Please sign in to comment.