mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Don't use the non-standard String#ord in template_test.
This commit is contained in:
parent
18db0f6338
commit
ff56d46d54
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ HTML
|
|||
- with_output_buffer do
|
||||
bar
|
||||
= "foo".gsub(/./) do |s|
|
||||
- s.ord
|
||||
- "flup"
|
||||
baz
|
||||
HAML
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue