ensure both changeset short link matchers are using the same regex

This commit is contained in:
Sebastian Sdorra
2020-07-02 11:30:26 +02:00
parent 3a393f6238
commit e08f2f2260
2 changed files with 19 additions and 17 deletions

View File

@@ -79,6 +79,7 @@ export { default as CardColumn } from "./CardColumn";
export { default as CardColumnSmall } from "./CardColumnSmall";
export { default as CommaSeparatedList } from "./CommaSeparatedList";
export { default as SplitAndReplace, Replacement } from "./SplitAndReplace";
export { regExpPattern as changesetShortLinkRegex } from "./remarkChangesetShortLinkParser";
export { default as comparators } from "./comparators";