Fix line comments syntax
Don't write parsers after midnight kids. For the explanation: I mixed up the syntax bits between Blueprint and textual protocol buffers...
This commit is contained in:
parent
7bacff2471
commit
6d3dd1c8cb
5 changed files with 770 additions and 753 deletions
|
|
@ -2,33 +2,33 @@
|
|||
Empty comment
|
||||
================================================================================
|
||||
|
||||
#
|
||||
//
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(source_file
|
||||
(comment))
|
||||
(line_comment))
|
||||
|
||||
================================================================================
|
||||
Single comment
|
||||
================================================================================
|
||||
|
||||
# This is a comment
|
||||
// This is a comment
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(source_file
|
||||
(comment))
|
||||
(line_comment))
|
||||
|
||||
================================================================================
|
||||
Multiple comments
|
||||
================================================================================
|
||||
|
||||
# This is a comment
|
||||
# This is a second comment
|
||||
// This is a comment
|
||||
// This is a second comment
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(source_file
|
||||
(comment)
|
||||
(comment))
|
||||
(line_comment)
|
||||
(line_comment))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue