Fix path escapes

This commit is contained in:
Bruce Hill 2024-09-09 03:20:31 -04:00
parent a306f94557
commit 0570acfa15

View File

@ -1316,6 +1316,7 @@ PARSER(parse_path) {
++pos;
chunk_text = CORD_asprintf("%r%.*s%c", chunk_text, (size_t)(pos - chunk_start), chunk_start, *pos);
++pos;
chunk_start = pos;
continue;
}
case '$': {