# file : build2/cc/lexer+line.test.testscript # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test line continuations. # : identifier : $* <"'foo123'" fo\ o\ 1\ 2\ 3 EOI : punctuation : $* <'' .\ .\ . EOI : c-comment : $* <>EOO \abc EOI 'abc' EOO : multiple : $* <>EOO \\ EOI EOO : unterminated : $* <<:EOI >'' \ EOI