Method: SourceLineTest#test_to_s_should_strip_trailing_whitespace_before_adding_line_ending
- Defined in:
- lib/sprockets/test/test_source_line.rb
#test_to_s_should_strip_trailing_whitespace_before_adding_line_ending ⇒ Object
86 87 88 |
# File 'lib/sprockets/test/test_source_line.rb', line 86 def test_to_s_should_strip_trailing_whitespace_before_adding_line_ending assert_equal "hello();\n", source_line("hello(); \t \r\n").to_s({}) end |