himl icon indicating copy to clipboard operation
himl copied to clipboard

HTML-based Indented Markup Language for Ruby

Results 3 himl issues
Sort by recently updated
recently updated
newest added

Following script succeeds or fails with NoMethodError randomly. * case 1 .../himl-0.1.1/lib/himl/parser.rb:141:in `current_line': undefined method `column' for nil:NilClass (NoMethodError) * case 2 .../himl-0.1.1/lib/himl/parser.rb:149:in `close_tags': undefined method `name' for nil:NilClass (NoMethodError)...

Using safe navigation operator (`&.`), Himl 0.1.1 produces unexpected ``. without `&.` ```rb require 'himl' template = '' @x = 1r/3 parser = Himl::Parser.new puts parser.call(template).to_erb ``` produces ```erb ```...

``` $ ./bin/console irb(main):001:0> print Himl::Parser.new.call(