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? =Dennis Heimbigner UCAR/Unidata
