Commit Graph
5 Commits
Author SHA1 Message Date
yongfu 106d75e2d8 fix the multi_semicolon bug 2018-10-15 21:42:28 +08:00
yongfu 70a0198ecb add test for multi_semicolon and rewrite reg 2018-09-25 20:56:37 +08:00
RickieLandGitHub 93748ca7a8 fix multiline ; in one line case and rewrite regex curly bracket case.
fix multiline `;` in one line case  and rewrite regex curly bracket case.
2018-09-10 23:28:22 +08:00
RickieLandGitHub 21012dab46 Merge pull request #1 from RickieL/RickieL-patch-1
fixed rewrite regex Curly Bracket case.
2018-09-10 22:13:23 +08:00
RickieLandGitHub 0b72d86a8b fixed rewrite regex Curly Bracket case.
fix the case that "Curly Bracket" in the rewrite case below:

`rewrite "^/a/([\d]{2})_(\d+).html$" /a/0$1/$1$2.html last;`
2018-09-10 22:11:40 +08:00