We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945282d commit 06d9ac4Copy full SHA for 06d9ac4
1 file changed
src/fsm.c
@@ -46,6 +46,8 @@ void fsm_feed(fsm_state* state, const char c) {
46
state->raw_dashes_running++;
47
} else {
48
state->raw_parse_state = 0;
49
+ state->double_quoted = 0;
50
+ state->single_quoted = 0;
51
}
52
return;
53
0 commit comments