Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 12, 2024
1 parent c098b82 commit 2829537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/xml_parser_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ static int s_xml_parser_child_empty_tag(struct aws_allocator *allocator, void *c
struct sibling_text_capture capture;
AWS_ZERO_STRUCT(capture);

capture.capture1 = aws_byte_cursor_from_c_str("random values");

struct aws_xml_parser_options options = {
.doc = aws_byte_cursor_from_c_str(siblings_with_empty_tag),
.on_root_encountered = s_root_with_child_siblings,
Expand Down

0 comments on commit 2829537

Please sign in to comment.