Browse Source

Fixed description of regexp-dna.

John Resig 16 years ago
parent
commit
ddea505799
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/MANIFEST.json

+ 2 - 2
tests/MANIFEST.json

@@ -241,9 +241,9 @@
 },
 "sunspider-regexp-dna": {
 	file: "sunspider-regexp-dna.html",
-	name: "DNA Conversion",
+	name: "DNA Sequence Counting",
 	origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
-	desc: "Convert one DNA sequence to another.",
+	desc: "Counts occurences in a DNA sequence.",
 	category: "SunSpider JavaScript Tests",
 	tags: ["string","regexp"]
 },