if ( ch3 == ch )
{
// """-strings/'''-strings
reader.readChar() ;
token.setImage(readLong(ch, false)) ;
TokenType tt = (ch == CH_QUOTE1) ? TokenType.LONG_STRING1 : TokenType.LONG_STRING2 ;
token.setType(tt) ;
return token ;
}
// Two quotes then a non-quote.
// Must be '' or ""