jcward / haxe-graphql

Utilities for working with Haxe and GraphQL.
MIT License
23 stars 6 forks source link

Parser: ensure LineTerminator is implemented per spec #10

Closed jcward closed 6 years ago

jcward commented 6 years ago

http://facebook.github.io/graphql/October2016/#sec-Line-Terminators

[ 0x0a , 0x0d (including optional 0x0a) ]

http://facebook.github.io/graphql/October2016/#sec-Comments

Affects: 1) comment termination and 2) the code the reports line numbers.

And write unit tests.

jcward commented 6 years ago

Should be fixed by translating official parser.