TestData: Support labels in CSV content name (#61337)

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
Ryan McKinley
2023-05-26 09:36:43 -07:00
committed by GitHub
parent 4aa207ed83
commit effe21fb65
4 changed files with 93 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
"a{foo=bar,x=y}",b{foo=baz},"{foo=x, no=name, idx=$seriesIndex}"
1,2,3
4,5,6
1 a{foo=bar,x=y} b{foo=baz} {foo=x, no=name, idx=$seriesIndex}
2 1 2 3
3 4 5 6