nginx-java-parser icon indicating copy to clipboard operation
nginx-java-parser copied to clipboard

when I parse a nginx config, a red line appears

Open boom-shakalaka opened this issue 8 years ago • 1 comments

the read line shows "extraneous input 'break' expecting {'location', 'if', '}', 'rewrite', Value, Comment}", though there is a read line, the result is correct. I don't understand why this line shows, I want to konw what happened when I parse the config.

boom-shakalaka avatar Mar 20 '17 06:03 boom-shakalaka

the read line shows "extraneous input 'break' expecting {'location', 'if', '}', 'rewrite', Value, Comment}", though there is a read line, the result is correct. I don't understand why this line shows, I want to konw what happened when I parse the config.

Because your config include "if block",I also encounter this problem

Kelcin2 avatar Dec 28 '20 03:12 Kelcin2