# file : unit-tests/cc/lexer/line.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