================================================================================
Orphan Punctuation Marks
================================================================================

@ { } {} () ! ( )

--------------------------------------------------------------------------------

(blade
  (text))

================================================================================
text starting with @
================================================================================

test@test.com

@test

@custom('test')
    hello
@endcustom

--------------------------------------------------------------------------------

(blade
  (text)
  (conditional
    (directive_start)
    (bracket_start)
    (parameter)
    (bracket_end)
    (text)
    (directive_end)))

================================================================================
Comments Ending with Punctuation Conflict
================================================================================

{{--)--}}
{{--}--}}
{{--@--}}
{{--!--}}

--------------------------------------------------------------------------------

(blade
  (comment)
  (comment)
  (comment)
  (comment))
