2 char indent in tests
This commit is contained in:
parent
3f1a8dfef3
commit
f9dd29eafa
@ -17,6 +17,7 @@ class RoccoIssueTests < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_issue10_utf8_processing
|
def test_issue10_utf8_processing
|
||||||
# Rocco has issues with strange UTF-8 characters: need to explicitly set the encoding for Pygments
|
# Rocco has issues with strange UTF-8 characters: need to explicitly set the encoding for Pygments
|
||||||
# http://github.com/rtomayko/rocco/issues#issue/10
|
# http://github.com/rtomayko/rocco/issues#issue/10
|
||||||
@ -36,6 +37,7 @@ class RoccoIssueTests < Test::Unit::TestCase
|
|||||||
"ISO-8859-1 input should probably also behave correctly."
|
"ISO-8859-1 input should probably also behave correctly."
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_issue12_css_octothorpe_classname_change
|
def test_issue12_css_octothorpe_classname_change
|
||||||
# Docco changed some CSS classes. Rocco needs to update its default template.
|
# Docco changed some CSS classes. Rocco needs to update its default template.
|
||||||
# http://github.com/rtomayko/rocco/issues#issue/12
|
# http://github.com/rtomayko/rocco/issues#issue/12
|
||||||
@ -52,6 +54,7 @@ class RoccoIssueTests < Test::Unit::TestCase
|
|||||||
"`octothorpe` link is present in rendered HTML. This ought be replaced with `pilcrow`."
|
"`octothorpe` link is present in rendered HTML. This ought be replaced with `pilcrow`."
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_issue13_incorrect_code_divider_parsing
|
def test_issue13_incorrect_code_divider_parsing
|
||||||
# In `bash` mode (among others), the comment class is `c`, not `c1`.
|
# In `bash` mode (among others), the comment class is `c`, not `c1`.
|
||||||
# http://github.com/rtomayko/rocco/issues#issue/13
|
# http://github.com/rtomayko/rocco/issues#issue/13
|
||||||
@ -67,6 +70,7 @@ class RoccoIssueTests < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_issue15_extra_space_after_comment_character_remains
|
def test_issue15_extra_space_after_comment_character_remains
|
||||||
# After the comment character, a single space should be removed.
|
# After the comment character, a single space should be removed.
|
||||||
# http://github.com/rtomayko/rocco/issues#issue/15
|
# http://github.com/rtomayko/rocco/issues#issue/15
|
||||||
|
Loading…
Reference in New Issue
Block a user