Closed alexdesousa closed 4 years ago
This PR fixes the bug where Windows new lines made lexer fail with a missing function clause e.g:
'\r\n--name: some_query'
Now it correctly adds ignores the new line.
This PR fixes the bug where Windows new lines made lexer fail with a missing function clause e.g:
Now it correctly adds ignores the new line.