tagua-vm / parser

Safe, fast and memory efficient PHP parser (lexical and syntactic analysers, and the Abstract Syntax Tree)
http://tagua.io/
119 stars 15 forks source link

Literal: Ensure nowdoc strings handle CR only #63

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

See https://github.com/tagua-vm/parser/issues/33#issuecomment-241416604.

Hywan commented 8 years ago

As discussed in https://github.com/tagua-vm/parser/issues/33#issuecomment-243755404, it does not make sense to support more line ending formats than LF and CRLF.