Skip to content

Commit

Permalink
fix(rules): update separator symbol for wt study article date
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Aug 6, 2024
1 parent e105dfc commit cf3ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/parsing_rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const extractWTStudyDate = (src: string, lang: string) => {
let monthIndex;
let varYear;

const variations = getStudyArticleDateVariations(lang).split('|');
const variations = getStudyArticleDateVariations(lang).split('%');

const patternNumber = '{{ number }}';
const patternDate = '{{ date }}';
Expand Down

0 comments on commit cf3ea4e

Please sign in to comment.