nuta / nsh

A command-line shell like fish, but POSIX compatible.
906 stars 34 forks source link

Fix double quote inside single quoted string or vice-versa #22

Closed svekko closed 2 years ago

svekko commented 2 years ago

Fixes consume_span in case of double quote inside single quoted string or vice-versa.

Previously, if double quote was written inside single quoted string literal or vice-versa, all characters following the quote that started the quoted string were visually eaten away, as seen on the following image:

before

Now:

after