mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 03:52:09 +03:00
reword url ParseResult comment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a22eb36c53
commit
8d9291ac64
@ -22,7 +22,7 @@ use crate::parser::reader::Reader;
|
||||
use crate::parser::{expr, ParseResult};
|
||||
|
||||
pub fn url(reader: &mut Reader) -> ParseResult<Template> {
|
||||
// Can not be JSON-encoded, nor empty.
|
||||
// Must be neither JSON-encoded nor empty.
|
||||
// But more restrictive: whitelist characters, not empty
|
||||
|
||||
let start = reader.state.clone();
|
||||
|
Loading…
Reference in New Issue
Block a user