Fixing heredoc test.
This commit is contained in:
parent
d4f527f2d6
commit
e727446de7
@ -1,6 +1,6 @@
|
|||||||
require File.expand_path('../helper', __FILE__)
|
require File.expand_path('../helper', __FILE__)
|
||||||
|
|
||||||
class RoccoBlockCommentTest < Test::Unit::TestCase
|
class RoccoHeredocTest < Test::Unit::TestCase
|
||||||
def test_basics
|
def test_basics
|
||||||
r = Rocco.new( 'test', '', { :language => "rb" } ) { "" } # Generate throwaway instance so I can test `parse`
|
r = Rocco.new( 'test', '', { :language => "rb" } ) { "" } # Generate throwaway instance so I can test `parse`
|
||||||
assert_equal(
|
assert_equal(
|
||||||
|
Loading…
Reference in New Issue
Block a user