Bug 288959

Summary: text in formula does not support escaped "
Product: [Applications] calligrasheets Reporter: T Zachmann <t.zachmann>
Component: opendocumentAssignee: Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: sebsauer
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

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.