Commit Graph

5 Commits

Author SHA1 Message Date
Maximilian Hils
fbb7d3e4c1 commands: only accept escaped quotes
instead of accepting quotation marks in strings, we now just accept \x22,
which is then unescaped by the str type. This greatly simplifies
the lexing and is more consistent from a user perspective.
2021-07-15 13:12:58 +02:00
Maximilian Hils
e63437689e handle escape sequences in mitmproxy.types 2021-07-14 13:17:31 +02:00
root
a0a5e82481 Changes on console error 2020-05-01 14:54:08 +05:30
root
449bdf92c0 console error 2020-04-25 17:39:02 +05:30
Maximilian Hils
76e6484107 fix lexing, sort of 2019-11-19 18:21:14 +01:00