lkrms / vscode-inifmt

Trim and squeeze spaces and empty lines
MIT License
9 stars 2 forks source link

Unmatched quotes are sometimes removed #3

Closed lkrms closed 7 months ago

lkrms commented 7 months ago

Example:

foo  "bar"  qux"
foo  "bar"qux"
foo  "bar  "qux"
foo  "bar"qux""
foo  "bar  "qux""

Becomes:

foo "bar" qux"
foo "bar"qux
foo "bar "qux
foo "bar"qux""
foo "bar "qux""

Lines 2 and 3 both lose their trailing quote.

lkrms commented 7 months ago

Fixed by 3992fd81a195298e5bc0302885dfcecb514fceba