Changes to the TS distribution for Release 1.04 Fixed bug: A string such as "'"'"' should be tokenized as '" - however, the scanner wasn't picking up on the fact that right after the second double-quote, there was another quote character so that it needed to go right back into quote mode. Revised the test program tstest a little.