# WARNING! This file must be checked in CVS as binary to avoid # newline conversion. # Literals : these are all the same statement ## cwm does now allow '' quoted literals '0'. "1" . '2'. "12" , '12'. ## cwm does not allow ''' quoted strings '''123''', """123""". # Literals with a " in them 'Literal with " double quote - 1' . "Literal with \" double quote - 2" . """Long "DoubleQuoted" String""". """Long 'SingleQuoted' String""". # Newlines """Unix newline convention""". """Windows newline convention""". """Mac newline convention""". # UTF-8 chacacter # This fails under Java 1.3 but passes on 1.4.1 # The string should contain octal 200. # "" , 'euro'.