Le 23 oct. 2012 à 19:35, Dennis Heimbigner <[email protected]> a écrit :
> I am trying to construct some test cases for > the java push-parser. One problem I am encountering > is this. > Suppose I have this > AT_DATA([expout],[[ > line > ]]) > where the contents are the five characters "line " > with a trailing blank. The trailing blank is deleted > when the contents are stored in expout. When later > I use AT_CHECK it fails because of the missing blank. > > Does anyone know how to get AT_DATA to leave the missing blank > in place? Hi Dennis, Try appending @&t@ at the end of your line (stands for empty, will removed after trimming the trailing blanks).
