| Summary: | text in formula does not support escaped " | ||
|---|---|---|---|
| Product: | [Applications] calligrasheets | Reporter: | T Zachmann <t.zachmann> |
| Component: | opendocument | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sebsauer |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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. |
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