Miss-you opened a new issue #2788:
URL: https://github.com/apache/apisix/issues/2788


   ### Issue description
   
   ```
   local function is_empty_yaml_line(line)
       return line == '' or string.find(line, '^%s*$') or
              string.find(line, '^%s*#')
   end
   ```
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS:
   
   ### Minimal test code / Steps to reproduce the issue
   1.
   2.
   3.
   
   ### What's the actual result? (including assertion message & call stack if 
applicable)
   
   
   
   ### What's the expected result?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to