mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(templating): prometheus now works with new template variable formating/escaping, #2918
This commit is contained in:
@@ -127,7 +127,7 @@ define([
|
||||
|
||||
it('multi value and regex format should render regex string', function() {
|
||||
var result = _templateSrv.formatValue(['test.','test2'], 'regex');
|
||||
expect(result).to.be('(test\\.|test2)');
|
||||
expect(result).to.be('test\\.|test2');
|
||||
});
|
||||
|
||||
it('multi value and pipe should render pipe string', function() {
|
||||
|
||||
Reference in New Issue
Block a user