Version: unspecified OS: Linux Text in forumla does not support escaped ". So the the formula =SUBSTITUTE("fo""o";"o";"a") results in #PARSE! error Reproducible: Didn't try Steps to Reproduce: Add the formula =SUBSTITUTE("fo""o";"o";"a") to a cell Actual Results: result shows #PARSE! Expected Results: result should show fa"a
Seems the case was fixed meanwhile. Commit 3a8940adb4fc5 adds a unittest for that particular case to be sure it's not regressing in the future.