Adding in test case to support #9211.
This commit is contained in:
parent
391398cf23
commit
f794f48f02
3 changed files with 12 additions and 5 deletions
|
@ -9,9 +9,9 @@ var fs = require("fs"),
|
|||
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
|
||||
|
||||
var opts = {
|
||||
version: "1.6",
|
||||
short_version: "1.6",
|
||||
final_version: "1.6",
|
||||
version: "1.6.1 RC 1",
|
||||
short_version: "1.6rc1",
|
||||
final_version: "1.6.1",
|
||||
categories: []
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue