fix: lexer enhancement to support asterix and dash in metric segment

This commit is contained in:
Torkel Ödegaard
2014-01-14 20:57:07 +01:00
parent 9e270067f6
commit c13ac8a36f
3 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -42,7 +42,8 @@
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.9",
"grunt-karma": "~0.6.2",
"karma-mocha": "~0.1.1"
"karma-mocha": "~0.1.1",
"karma-expect": "~1.0.0"
},
"license": "Apache License"
}