# Assures lines lead by either # or ! are recognized as a comment

---input---
! a comment
# also a comment

---tokens---
'! a comment' Comment
'\n'          Text

'# also a comment' Comment
'\n'          Text
