Skip to content

Commit 06d9ac4

Browse files
committed
need to reset the string state
1 parent 945282d commit 06d9ac4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/fsm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ void fsm_feed(fsm_state* state, const char c) {
4646
state->raw_dashes_running++;
4747
} else {
4848
state->raw_parse_state = 0;
49+
state->double_quoted = 0;
50+
state->single_quoted = 0;
4951
}
5052
return;
5153
}

0 commit comments

Comments
 (0)