|
@@ -20,7 +20,7 @@ const testCases = {
|
|
|
'peroid': { test: '\\.', result: '.' },
|
|
'peroid': { test: '\\.', result: '.' },
|
|
|
'exclamation mark': { test: '\\!', result: '!' },
|
|
'exclamation mark': { test: '\\!', result: '!' },
|
|
|
'plus': { test: '\\+', result: '+' },
|
|
'plus': { test: '\\+', result: '+' },
|
|
|
- 'minus': { test: '\\-', result: '-' },
|
|
|
|
|
|
|
+ 'minus': { test: '\\-', result: '-' }
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
describe( 'GFMDataProcessor', () => {
|
|
describe( 'GFMDataProcessor', () => {
|