mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
bugfix: add maxreplace=1 to avoid similar variables are replaced by mistaken. For instance, if user=1000, then "/$user/$userid" will be replaced to be "/1000/1000id".