Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Jul 5, 2024
1 parent 4625273 commit e2e5b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_tests.vim
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
:Select a3, a2, a2 + ' adjusted', a1
:sleep 1
:let file_size = getfsize(expand(@%))
:let log_msg = (file_size == 547) ? 'OK' : 'FAIL: synthetic_rfc_newline_data.csv'
:let log_msg = (file_size == 541) ? 'OK' : 'FAIL: synthetic_rfc_newline_data.csv. 541 chars for non-trim select, 547 for trim select'
:call add(g:rbql_test_log_records, log_msg)


Expand Down

0 comments on commit e2e5b57

Please sign in to comment.