Fix grammar for line terminator
Author: jcamielCreated Jan 27, 2025Updated Aug 5, 2026
Labelsdocumentation
In Hurl grammar, line_terminator is defined as:
lt: sp* comment? [\n]?We should fix it to reflect that CRLF (\r\n) are also accepted.
Source: Orange-OpenSource/hurl