Sha256: f721fbb0c3ee652e4f1037c25377b83ece969eedee66d1a914c4023cb77e05a8
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 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 ```html 1 1 1 <span>4</span> ``` ## Hamlit ```html 1 1 1 <span>2</span> ```
Version data entries
6 entries across 6 versions & 1 rubygems