mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
fix: test
This commit is contained in:
@@ -302,14 +302,6 @@ info: Std.Http.RequestTarget.asteriskForm
|
||||
let result ← runParser parseRequestTarget "*"
|
||||
IO.println (repr result)
|
||||
|
||||
/--
|
||||
info: none
|
||||
-/
|
||||
#guard_msgs in
|
||||
#eval show IO _ from do
|
||||
let result ← runParser parseRequestTarget "https://ata/b?ata=be"
|
||||
IO.println (repr (result.fragment?))
|
||||
|
||||
/--
|
||||
info: #[("q", some "hello%20world"), ("category", some "tech%2Bgames")]
|
||||
-/
|
||||
@@ -794,14 +786,6 @@ info: key=new
|
||||
|>.set "key" "new"
|
||||
IO.println query.toRawString
|
||||
|
||||
/--
|
||||
info: none
|
||||
-/
|
||||
#guard_msgs in
|
||||
#eval show IO _ from do
|
||||
let result ← runParser parseRequestTarget "/path"
|
||||
IO.println (repr result.fragment?)
|
||||
|
||||
-- ============================================================================
|
||||
-- URI Builder Tests
|
||||
-- ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user