1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fix test for rbx

This commit is contained in:
Norman Clarke 2012-05-01 11:58:19 -03:00
parent ce79875bec
commit d641f57396

View file

@ -167,7 +167,7 @@ HTML
- (foo = capture_haml(13) do |a|
%p= a
- end; nil)
= foo.dump
= foo.inspect
HAML
end