odiszapc / nginx-java-parser

Nginx configuration parser based on ANTLR4 grammar
258 stars 85 forks source link

There are some problem when the nginx config include if block #26

Closed Kelcin2 closed 3 years ago

Kelcin2 commented 3 years ago

this is the source config: image

following is the result after I called dumper.dump(): image

we can see the result is confusing completely. this is my code: image