mrproliu opened a new pull request #27:
URL: https://github.com/apache/skywalking-infra-e2e/pull/27


   1. show the error message when read expect file error or render template 
error
   2. Let `contains` condition support multiple levels attributes.
       here is an example: 
        ```
        a: 
          b:
          {{ contains .test }}
             - data: {{ gt .d1 0 }}
             - data: {{ ge .d2 0 }}
          {{- end }}
        ```
        current result:
        ```
        a:
           b:
        - data: 1
        - data: 2
        ```
        after improve:
        ```
        a:
           b:
              - data: 1
              - data: 2
        ```


-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to