Skip to content

Commit

Permalink
can't really rely on unit testing indent here
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmay committed Jun 1, 2016
1 parent c4a7bac commit 153bc52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions XVim/Test/XVimTester+Issues.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ - (NSArray*)issues_testcases{

static NSString* issue_770_text = @"aaaa(.)a\n";
static NSString* issue_770_newline_result = @"a\naa(.)a\n";
static NSString* issue_770_newline_indent_result = @"aaaa(\n )a\n";
static NSString* issue_770_replace_multichar_result = @"bbbb(.)a\n";
static NSString* issue_770_eol_text = @"1234\n1234\n";
static NSString* issue_770_eol_result = @"123\n\n1234\n";
Expand Down Expand Up @@ -92,7 +91,6 @@ - (NSArray*)issues_testcases{
XVimMakeTestCase(issue_770_text, 0, 0, @"r<cr>u", issue_770_text, 0, 0), // Issue #770
XVimMakeTestCase(issue_770_text, 0, 0, @"r u", issue_770_text, 0, 0), // Issue #770
XVimMakeTestCase(issue_770_text, 1, 0, @"r<cr>", issue_770_newline_result, 2, 0), // Issue #770
XVimMakeTestCase(issue_770_text, 5, 0, @"r<cr>", issue_770_newline_indent_result, 10, 0), // Issue #770
XVimMakeTestCase(issue_770_text, 0, 0, @"Rbbbb", issue_770_replace_multichar_result, 4, 0), // Issue #770
XVimMakeTestCase(issue_770_eol_text, 3, 0, @"r<cr>kj", issue_770_eol_result, 4, 0), // Issue #770

Expand Down

0 comments on commit 153bc52

Please sign in to comment.