Bug 288959 - text in formula does not support escaped "
Summary: text in formula does not support escaped "
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: opendocument (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Calligra Sheets (KSpread) Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 11:11 UTC by T Zachmann
Modified: 2011-12-19 01:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description T Zachmann 2011-12-14 11:11:57 UTC
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
Comment 1 Sebastian Sauer 2011-12-19 01:49:55 UTC
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.