-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amendment of test cases and comments
- Loading branch information
Showing
2 changed files
with
110 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -610,57 +610,108 @@ test('Test a url ending with a closing parentheses autolinks correctly', () => { | |
}); | ||
|
||
test('Test urls autolinks correctly', () => { | ||
let testString = '[email protected] https://www.expensify.com\n' + | ||
'[email protected]://www.expensify.com\n' + | ||
'[email protected]/https://www.expensify.com\n' + | ||
'[email protected]?https://www.expensify.com\n' + | ||
'[email protected]>https://www.expensify.com\n' + | ||
'https://staging.new.expensify.com/details/[email protected]\n' + | ||
'staging.new.expensify.com/details\n\n' + | ||
'https://www.expensify.com?name=test&[email protected]\n' + | ||
'https://staging.new.expensify.com/[email protected]\n' + | ||
'staging.new.expensify.com/[email protected]\n' + | ||
'http://necolas.github.io/react-native-web/docs/?path=/docs/components-pressable--disabled\n' + | ||
'-https://www.expensify.com /https://www.expensify.com @https://www.expensify.com\n' + | ||
'expensify.com -expensify.com @expensify.com\n' + | ||
'https//www.expensify.com\n' + | ||
'//www.expensify.com?name=test&[email protected]\n' + | ||
'//staging.new.expensify.com/[email protected]\n' + | ||
'/[email protected]\n' + | ||
'?name=test&[email protected]\n\n' + | ||
'example.com/https://www.expensify.com\n' + | ||
'[email protected] staging.new.expensify.com/[email protected]&redirectUrl=https://google.com\n' + | ||
'[email protected] //staging.new.expensify.com/[email protected]&redirectUrl=https://google.com\n' + | ||
'[email protected]://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com\n' + | ||
'[email protected]/https://example.com/[email protected][email protected]\n' + | ||
'[email protected]/[email protected]/https://example.com/[email protected][email protected]'; | ||
|
||
let resultString = '<a href="mailto:[email protected]">[email protected]</a> <a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a>-<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a>/<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a>?<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a>><a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a><br />' + | ||
'<a href="https://staging.new.expensify.com/details/[email protected]" target="_blank" rel="noreferrer noopener">https://staging.new.expensify.com/details/[email protected]</a><br />' + | ||
'<a href="https://staging.new.expensify.com/details" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/details</a><br /><br />'+ | ||
'<a href="https://www.expensify.com?name=test&[email protected]" target="_blank" rel="noreferrer noopener">https://www.expensify.com?name=test&[email protected]</a><br />' + | ||
'<a href="https://staging.new.expensify.com/[email protected]" target="_blank" rel="noreferrer noopener">https://staging.new.expensify.com/[email protected]</a><br />' + | ||
'<a href="https://staging.new.expensify.com/[email protected]" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]</a><br />' + | ||
'<a href="http://necolas.github.io/react-native-web/docs/?path=/docs/components-pressable--disabled" target="_blank" rel="noreferrer noopener">http://necolas.github.io/react-native-web/docs/?path=/docs/components-pressable--disabled</a><br />' + | ||
'-<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a> /<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a> @https://www.expensify.com<br />' + | ||
'<a href="https://expensify.com" target="_blank" rel="noreferrer noopener">expensify.com</a> -<a href="https://expensify.com" target="_blank" rel="noreferrer noopener">expensify.com</a> @expensify.com<br />' + | ||
'https//<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">www.expensify.com</a><br />' + | ||
'//<a href="https://www.expensify.com?name=test&[email protected]" target="_blank" rel="noreferrer noopener">www.expensify.com?name=test&[email protected]</a><br />' + | ||
'//<a href="https://staging.new.expensify.com/[email protected]" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]</a><br />' + | ||
'/details?login=<a href="mailto:[email protected]">[email protected]</a><br />' + | ||
'?name=test&email=<a href="mailto:[email protected]">[email protected]</a><br /><br />' + | ||
'<a href="https://example.com/https://www.expensify.com" target="_blank" rel="noreferrer noopener">example.com/https://www.expensify.com</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a> <a href="https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]&redirectUrl=https://google.com</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a> //<a href="https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]&redirectUrl=https://google.com</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a>-<a href="https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com" target="_blank" rel="noreferrer noopener">https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com</a><br />' + | ||
'<a href="mailto:[email protected]\">[email protected]</a>/<a href="https://example.com/[email protected][email protected]" target="_blank" rel="noreferrer noopener">https://example.com/[email protected][email protected]</a><br />' + | ||
'<a href="mailto:[email protected]">[email protected]</a>/<a href="mailto:[email protected]">[email protected]</a>/<a href="https://example.com/[email protected][email protected]" target="_blank" rel="noreferrer noopener">https://example.com/[email protected][email protected]</a>'; | ||
|
||
expect(parser.replace(testString)).toBe(resultString); | ||
const testCases = [ | ||
{ | ||
testString: '[email protected] https://www.expensify.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a> <a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected]://www.expensify.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a>-<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected]/https://www.expensify.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a>/<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected]?https://www.expensify.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a>?<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected]>https://www.expensify.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a>><a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a>', | ||
}, | ||
{ | ||
testString: 'https://staging.new.expensify.com/details/[email protected]', | ||
resultString: '<a href="https://staging.new.expensify.com/details/[email protected]" target="_blank" rel="noreferrer noopener">https://staging.new.expensify.com/details/[email protected]</a>', | ||
}, | ||
{ | ||
testString: 'staging.new.expensify.com/details', | ||
resultString: '<a href="https://staging.new.expensify.com/details" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/details</a>', | ||
}, | ||
{ | ||
testString: 'https://www.expensify.com?name=test&[email protected]', | ||
resultString: '<a href="https://www.expensify.com?name=test&[email protected]" target="_blank" rel="noreferrer noopener">https://www.expensify.com?name=test&[email protected]</a>', | ||
}, | ||
{ | ||
testString: 'https://staging.new.expensify.com/[email protected]', | ||
resultString: '<a href="https://staging.new.expensify.com/[email protected]" target="_blank" rel="noreferrer noopener">https://staging.new.expensify.com/[email protected]</a>', | ||
}, | ||
{ | ||
testString: 'staging.new.expensify.com/[email protected]', | ||
resultString: '<a href="https://staging.new.expensify.com/[email protected]" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]</a>', | ||
}, | ||
{ | ||
testString: 'http://necolas.github.io/react-native-web/docs/?path=/docs/components-pressable--disabled', | ||
resultString: '<a href="http://necolas.github.io/react-native-web/docs/?path=/docs/components-pressable--disabled" target="_blank" rel="noreferrer noopener">http://necolas.github.io/react-native-web/docs/?path=/docs/components-pressable--disabled</a>', | ||
}, | ||
{ | ||
testString: '-https://www.expensify.com /https://www.expensify.com @https://www.expensify.com', | ||
resultString: '-<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a> /<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">https://www.expensify.com</a> @https://www.expensify.com', | ||
}, | ||
{ | ||
testString: 'expensify.com -expensify.com @expensify.com', | ||
resultString: '<a href="https://expensify.com" target="_blank" rel="noreferrer noopener">expensify.com</a> -<a href="https://expensify.com" target="_blank" rel="noreferrer noopener">expensify.com</a> @expensify.com', | ||
}, | ||
{ | ||
testString: 'https//www.expensify.com', | ||
resultString: 'https//<a href="https://www.expensify.com" target="_blank" rel="noreferrer noopener">www.expensify.com</a>', | ||
}, | ||
{ | ||
testString: '//www.expensify.com?name=test&[email protected]', | ||
resultString: '//<a href="https://www.expensify.com?name=test&[email protected]" target="_blank" rel="noreferrer noopener">www.expensify.com?name=test&[email protected]</a>', | ||
}, | ||
{ | ||
testString: '//staging.new.expensify.com/[email protected]', | ||
resultString: '//<a href="https://staging.new.expensify.com/[email protected]" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]</a>', | ||
}, | ||
{ | ||
testString: '/[email protected]', | ||
resultString: '/details?login=<a href="mailto:[email protected]">[email protected]</a>', | ||
}, | ||
{ | ||
testString: '?name=test&[email protected]', | ||
resultString: '?name=test&email=<a href="mailto:[email protected]">[email protected]</a>', | ||
}, | ||
{ | ||
testString: 'example.com/https://www.expensify.com', | ||
resultString: '<a href="https://example.com/https://www.expensify.com" target="_blank" rel="noreferrer noopener">example.com/https://www.expensify.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected] staging.new.expensify.com/[email protected]&redirectUrl=https://google.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a> <a href="https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]&redirectUrl=https://google.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected] //staging.new.expensify.com/[email protected]&redirectUrl=https://google.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a> //<a href="https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com" target="_blank" rel="noreferrer noopener">staging.new.expensify.com/[email protected]&redirectUrl=https://google.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected]://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a>-<a href="https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com" target="_blank" rel="noreferrer noopener">https://staging.new.expensify.com/[email protected]&redirectUrl=https://google.com</a>', | ||
}, | ||
{ | ||
testString: '[email protected]/https://example.com/[email protected][email protected]', | ||
resultString: '<a href="mailto:[email protected]\">[email protected]</a>/<a href="https://example.com/[email protected][email protected]" target="_blank" rel="noreferrer noopener">https://example.com/[email protected][email protected]</a>', | ||
}, | ||
{ | ||
testString: '[email protected]/[email protected]/https://example.com/[email protected][email protected]', | ||
resultString: '<a href="mailto:[email protected]">[email protected]</a>/<a href="mailto:[email protected]">[email protected]</a>/<a href="https://example.com/[email protected][email protected]" target="_blank" rel="noreferrer noopener">https://example.com/[email protected][email protected]</a>', | ||
}, | ||
]; | ||
|
||
testCases.forEach(testCase => { | ||
expect(parser.replace(testCase.testString)).toBe(testCase.resultString); | ||
}); | ||
}); | ||
|
||
test('Test markdown style email link with various styles', () => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -470,19 +470,20 @@ export default class ExpensiMark { | |
} | ||
replacedText = replacedText.concat(textToCheck.substr(startIndex, (match.index - startIndex))); | ||
|
||
// we want to avoid matching email address domains | ||
// We want to avoid matching domains in email addresses so we don't render them as URLs. | ||
// If the matched Url has a leading @ sign, The Url's domain can be a domain of email address. | ||
// At this case, The matched string should not be parsed as Url, | ||
// But it can contain another Url which should be parsed. (e.g. [email protected]/https://www.test.com) | ||
// So We will retry to apply autolink rule to the string(e.g. /https://www.test.com) except for domain(e.g. expensify.com) after @ sign. | ||
let abort = false; | ||
let shouldRetryByAtSign = false; | ||
let isReparsedByAutolink = false; | ||
|
||
if ((match.index !== 0) && (textToCheck[match.index - 1] === '@')) { | ||
const domainRegex = new RegExp('^(([a-z-0-9]+\\.)+[a-z]{2,})(\\S*)', 'i'); | ||
const domainMatch = domainRegex.exec(match[2]); | ||
|
||
// e.g. [email protected]/https://www.test.com | ||
// If the matched string faces @ sign before it, | ||
// We will retry to apply autolink rule to the string(e.g. /https://www.test.com) except for domain(e.g. expensify.com) after @ sign. | ||
if ((domainMatch !== null) && (domainMatch[3] !== '')) { | ||
shouldRetryByAtSign = true; | ||
isReparsedByAutolink = true; | ||
replacedText = replacedText.concat(domainMatch[1] + this.replace(domainMatch[3], {filterRules: ['autolink']})); | ||
} else { | ||
abort = true; | ||
|
@@ -491,7 +492,7 @@ export default class ExpensiMark { | |
|
||
if (abort || match[1].includes('<pre>')) { | ||
replacedText = replacedText.concat(textToCheck.substr(match.index, (match[0].length))); | ||
} else if (!shouldRetryByAtSign) { | ||
} else if (!isReparsedByAutolink) { | ||
const urlRegex = new RegExp(`^${LOOSE_URL_REGEX}$|^${URL_REGEX}$`, 'i'); | ||
|
||
// `match[1]` contains the text inside the [] of the markdown e.g. [example](https://example.com) | ||
|