Comments parsing
ID0000616:
**This issue was created automatically from Mantis Issue 616. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000616 | Frama-C | Kernel | public | 2010-10-25 | 2014-02-12 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | vmoyalam | **Assigned To** | monate | **Resolution** | fixed |
| **Priority** | normal | **Severity** | major | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Boron-20100401 | **Target Version** | - | **Fixed in Version** | Frama-C Nitrogen-20111001 |
### Description :
When comments from the code are parsed by Frama-C and stored into Cabshelper.commentsGA, it seems that the first character from the comment disappears.
In the following example, we would find "est1" and "est2" instead of "test1" and "test2" :
//test1
/*test2*/
extern void test();
issue