Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto committed Apr 24, 2023
1 parent 548fc82 commit ec405ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/06-validate.t
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ error: unclosed character class
local s = schema.new()
s:add_field("http.headers.foo", "String")
local expr = [[http.headers.foo ~ "/\\\\/*user$"]]
local expr = [[http.headers.foo ~ "/\\/*user$"]]
local r, err = router.validate(s, expr)
ngx.say(r)
ngx.say(err)
Expand Down

0 comments on commit ec405ba

Please sign in to comment.