Skip to content

Commit

Permalink
debug!
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 25, 2023
1 parent 9c584b0 commit f0564f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quoting.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def test_quote_unquote_parameter(

text_quoted = quote(text_input)
assume(qs and all(unsafe_char not in text_quoted for unsafe_char in unsafe))
note(f"{text_quoted=}")
note(f"text_quoted={text_quoted !r}")
text_output = unquote(text_quoted)
assume(qs or all(unsafe_char not in text_output for unsafe_char in unsafe))
# assume(
Expand Down

0 comments on commit f0564f9

Please sign in to comment.