Skip to content

Commit ccea0c7

Browse files
committed
Fixed string_comment
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 777cd74 commit ccea0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelica_parser/src/modelica_parser.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ comment :
837837
;
838838

839839
string_comment :
840-
( STRING (PLUS STRING) => ( PLUS^ STRING )* )?
840+
( STRING ((PLUS STRING) => ( PLUS^ STRING )+ | ) )?
841841
{
842842
if (#string_comment)
843843
{

0 commit comments

Comments
 (0)