Test cases from upstream parser project issues

This commit is contained in:
Seth Schoen
2016-07-13 12:16:16 -07:00
parent b48ddac528
commit 7f27ccd941
2 changed files with 84 additions and 0 deletions
@@ -0,0 +1,6 @@
# from https://github.com/fatiherikli/nginxparser/issues/19
map $http_user_agent $mobile {
default 0;
"~Opera Mini" 1;
}