grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
352 stars 19 forks source link

refactor(util): replace split function with upstream xtd.splitEscape #72

Closed Duologic closed 1 year ago

Duologic commented 1 year ago

I've made an improved version of this split function upstream, this PR uses that.

This is covered by unit tests: https://github.com/grafana/grafonnet/blob/76d498e326303645dc6e7310d14816320ae7fff3/test/util_test.jsonnet#L139-L155