8 lines
102 B
Text
8 lines
102 B
Text
--TEST--
|
|
two tokens with ending comment
|
|
--INPUT--
|
|
123; /* junk */
|
|
--EXPECTED--
|
|
1 123
|
|
; ;
|
|
c /* junk */
|