# [javascript\_spec.rb:3](/spec/hamlit/filters/javascript_spec.rb#L3) ## Input ```haml before :javascript after ``` ## Output ### Haml ```html before after ``` ### Hamlit ```html before after ``` # [javascript\_spec.rb:32](/spec/hamlit/filters/javascript_spec.rb#L32) ## Input ```haml :javascript if { alert('hello'); } :javascript if { alert('hello'); } ``` ## Output ### Haml ```html ``` ### Hamlit ```html ```