You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
execute '<?xml version="1.0" encoding="UTF-8"?><note>This is a simple note</note> '# note the trailing space
26
+
assert_output_json_eq '{ "originalmsg": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note<\/note> ", "unparsed-data": " " }'
27
+
28
+
execute '<?xml version="1.0" encoding="UTF-8"?><note>This is a simple note'
29
+
assert_output_json_eq '{ "originalmsg": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note", "unparsed-data": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note" }'
30
+
31
+
execute '<?xml version="1.0" encoding="UTF-8"?><note>This is a simple note</note2>'
32
+
assert_output_json_eq '{ "originalmsg": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note</note2>", "unparsed-data": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note</note2>" }'
execute '<?xml version="1.0" encoding="UTF-8"?><note>This is a simple note</note> '# note the trailing space
26
+
assert_output_json_eq '{ "originalmsg": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note<\/note> ", "unparsed-data": " " }'
27
+
28
+
execute '<?xml version="1.0" encoding="UTF-8"?><note>This is a simple note'
29
+
assert_output_json_eq '{ "originalmsg": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note", "unparsed-data": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note" }'
30
+
31
+
execute '<?xml version="1.0" encoding="UTF-8"?><note>This is a simple note</note2>'
32
+
assert_output_json_eq '{ "originalmsg": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note</note2>", "unparsed-data": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><note>This is a simple note</note2>" }'
0 commit comments