# [text\_spec.rb:15](/spec/hamlit/engine/text_spec.rb#L15) ## Input ```haml . .* .. # #+ ## ``` ## Output ### Haml ```html Haml::SyntaxError: Illegal element: classes and ids must have values. ``` ### Faml ```html
*
+
``` ### Hamlit ```html . .* .. # #+ ## ``` # [text\_spec.rb:118](/spec/hamlit/engine/text_spec.rb#L118) ## Input ```haml   \  !hello \!hello ``` ## Output ### Haml ```html     !hello !hello ``` ### Faml, Hamlit ```html nbsp;   hello !hello ```