Sha256: 7e30bd4b47613fe131ffd07c7ce5d1f4ac461af5585ca1ed4d1fa8104cf63415
Contents?: true
Size: 262 Bytes
Versions: 5
Compression:
Stored size: 262 Bytes
Contents
# [./spec/compiler_newline_spec.rb:210](../../spec/compiler_newline_spec.rb#L210) ## Input ```haml = [__LINE__, __LINE__, __LINE__].join(' ') %span= __LINE__ ``` ## Faml ```html 1 2 3 <span>4</span> ``` ## Haml, Hamlit ```html 1 1 1 <span>4</span> ```
Version data entries
5 entries across 5 versions & 1 rubygems