diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2017-03-05 02:41:22 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2017-03-05 02:42:14 -0700 |
| commit | 6f810e902e62b3354cc62ddbc2db7963dc302c21 (patch) | |
| tree | 11ba2d90192fb3a499a5a3cc2b8defa9015463da /test/text_test.rb | |
| parent | 5ad171df7065551444f60ac486c04fdf9420dc7a (diff) | |
fix invalid grammar in test case
Diffstat (limited to 'test/text_test.rb')
| -rw-r--r-- | test/text_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/text_test.rb b/test/text_test.rb index 627791be..faf7d857 100644 --- a/test/text_test.rb +++ b/test/text_test.rb @@ -145,7 +145,7 @@ This line is separated by a horizontal rule... bad_variants.each do |variant| good_offsets.each do |offset| input = <<-EOS -This line is separated something that is not a horizontal rule... +This line is separated by something that is not a horizontal rule... #{offset}#{variant} @@ -170,7 +170,7 @@ This line is separated something that is not a horizontal rule... good_variants.each do |variant| bad_offsets.each do |offset| input = <<-EOS -This line is separated something that is not a horizontal rule... +This line is separated by something that is not a horizontal rule... #{offset}#{variant} |
