Files
ladybird/Userland/Shell
sin-ack 4c6a97e757 Shell: Make caller specify the string parsing end condition
Heredocs have a different parse end condition than double-quoted
strings. parse_doublequoted_string_inner would assume that a string
would always end in a double quote, so let's generalize it to
parse_string_inner and have it take a StringEndCondition enum which
specifies how the string terminates.
2021-08-13 01:20:35 +04:30
..
2021-07-13 11:57:11 +04:30
2021-07-13 11:57:11 +04:30