You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// assume nested parathesis only with () and [], no curly parathesis
446
-
// ignore space until first {
447
-
// // rewrite_by_lua_block x will be accepted -- work on this case
448
-
// stricly check that first non space character is {
449
-
450
-
/* commit 2. do we strictly check for equal number of open and close braces rewite_by_lua_block { {1,2 // parser will use close from outside of lua block
451
-
452
-
http{ server {
453
-
rewite_by_lua_block { {1,2
454
-
455
-
}}
456
-
457
-
==>
458
-
scenario 1
459
-
error for http and server block
460
-
rewite_by_lua_block { {1,2}}
461
-
462
-
scenario 2
463
-
error for rewite_by_lua_block with insufficient close
0 commit comments