Mentions légales du service

Skip to content

Fix paje parser warnings on paje comments

ORDRONNEAU Camille requested to merge cordronn/vite:fix/paje-comments into master

This fixes issue #42 (closed)

Now, character '#' is taken into account when parsing, during token creation. When '#' is seen, the following letters are replaced by '\0' characters until the end of line ('\n) or end of text ('\0') This is based on what is done to process tabs and spaces.

Merge request reports

Loading