Skip to content

Commit

Permalink
another char diff test
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Sep 22, 2014
1 parent e8d7b91 commit 655cc8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/addcharacterdiffs_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ QUnit.test('char diffs on word boundaries', function(assert) {
' return <li key={idx}>{content}</li>;',
' return <li key={idx}>{content}</li>[;]'
);

assertCharDiff(assert,
'import net.sf.samtools._',
'import [net.sf].samtools._',
'import htsjdk.samtools._',
'import [htsjdk].samtools._'
);
});

QUnit.test('add a comma', function(assert) {
Expand Down

0 comments on commit 655cc8e

Please sign in to comment.