Re: FlexibleStringExpander api questions

2010-02-19 Thread Adrian Crum
--- On Fri, 2/19/10, Adam Heath wrote: > What is getOriginal supposed to > return?  The original string, or one > that has been fixed up and normalized? It is supposed to return the original string. > What is toString supposed to return?  The same as > getOriginal? The same as getOriginal. I ad

FlexibleStringExpander api questions

2010-02-19 Thread Adam Heath
What is getOriginal supposed to return? The original string, or one that has been fixed up and normalized? What is toString supposed to return? The same as getOriginal? Or, a fixed up version? Ie, if there was a parse error, a missing trailing '}', should toString add this missing character?