2022-06-02 11:03:55 +02:00
|
|
|
================================================================================
|
|
|
|
Empty comment
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
/**/
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(comment))
|
|
|
|
|
|
|
|
================================================================================
|
|
|
|
Whitespace comment
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(comment))
|
|
|
|
|
|
|
|
================================================================================
|
|
|
|
Comment
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
/* This is a comment */
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(comment))
|
|
|
|
|
|
|
|
================================================================================
|
|
|
|
Comment with slashes
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
/* /// */
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(comment))
|
|
|
|
|
|
|
|
================================================================================
|
|
|
|
Nested comment
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
/* This is /* a /* nested */ comment */*/
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(source_file
|
2022-06-02 16:13:55 +02:00
|
|
|
(comment))
|
2022-06-02 11:03:55 +02:00
|
|
|
|
|
|
|
================================================================================
|
|
|
|
Unterminated comment
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(ERROR
|
|
|
|
(operator)
|
|
|
|
(operator)))
|
|
|
|
|
|
|
|
================================================================================
|
|
|
|
Comment end-delimiter only
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(ERROR
|
|
|
|
(operator)
|
|
|
|
(operator)))
|