Menu

#1 immediate comments bug

v0.44
closed-fixed
Parser core (1)
7
2003-10-19
2003-10-19
No

The programm does not parce these structures:
---------------------------------
<;/* if i will put here some "#include <aaa.h>" -
it will return an error "cannot include <aaa.h>" -
parser reacts, though this is only comment... */?>
---------------------------------
The reason: comments had began immediately(adding
spaces, tabs or newlines here won't help)
after ppC++ opening tag. If something is inserted,
between opening tag and opening comments - parsing will
pass successfully:
---------------------------------
<; int a; /* this will pass normally: "#include
<aaa.h>" -
because of operator before the comment start*/?>
---------------------------------

Discussion

  • Shalmoo Yakoubov

    • priority: 5 --> 7
    • status: open --> open-fixed
     
  • Shalmoo Yakoubov

    • status: open-fixed --> closed-fixed
     

Log in to post a comment.