mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 18:53:38 +02:00
Implement custom cookie handling in HTTP transaction layer (#334)
This commit is contained in:
@@ -551,9 +551,7 @@ mod tests {
|
||||
assert_eq!(
|
||||
p.parse()?.tokens,
|
||||
vec![
|
||||
Token::Tag {
|
||||
val: Val::Var { name: "a.b".into() }
|
||||
},
|
||||
Token::Tag { val: Val::Var { name: "a.b".into() } },
|
||||
Token::Eof
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user