Merge pull request #4611 from aaronfranke/formatting
Make file formatting comply with POSIX standards and remove trailing space characters
This commit is contained in:
@@ -346,9 +346,9 @@ class BulkUpdateRequestTest < ActiveSupport::TestCase
|
||||
context "a script with extra whitespace" do
|
||||
should "validate" do
|
||||
@script = %{
|
||||
create alias aaa -> 000
|
||||
create alias aaa -> 000
|
||||
|
||||
create alias bbb -> 111
|
||||
create alias bbb -> 111
|
||||
}
|
||||
|
||||
@bur = create(:bulk_update_request, script: @script)
|
||||
|
||||
@@ -335,17 +335,17 @@ module Sources
|
||||
|
||||
[b]blah[/b] [i]blah[/i] [u]blah[/u] [s]blah[/s]
|
||||
herp derp
|
||||
|
||||
|
||||
[quote]this is a quote[/quote]
|
||||
|
||||
|
||||
* one
|
||||
* two
|
||||
* three
|
||||
|
||||
|
||||
* one
|
||||
* two
|
||||
* three
|
||||
|
||||
|
||||
"Heart":[https://e.deviantart.net/emoticons/h/heart.gif]
|
||||
EOS
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require 'test_helper'
|
||||
require 'test_helper'
|
||||
|
||||
module Sources
|
||||
class NicoSeigaTest < ActiveSupport::TestCase
|
||||
|
||||
Reference in New Issue
Block a user