Sha256: 50247819c26ff77b9e582986e3b4679eb56f96be79e19b1037aaf5880cf09f23
Contents?: true
Size: 299 Bytes
Versions: 16
Compression:
Stored size: 299 Bytes
Contents
# [./spec/compiler_newline_spec.rb:209](../../spec/compiler_newline_spec.rb#L209) ## 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
16 entries across 16 versions & 1 rubygems