Import syntax regression test for Ruby Haml

This commit is contained in:
Byron Alley 2020-11-01 01:48:28 -04:00 committed by David Peter
parent bac84b4c8b
commit 3dc5fc54df
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
%html
 %head
 %title Test Title
 %body
 %navigation
 = render :partial => "navigation_top"
 %h1= page.title
 %p
 Here is a point to emphasize:
 %strong.highlighted#search_item_found= item1.text
 %span{:class => "fancy", :id => "fancy1"}= item2.text
 .special= special.text
 %ol
 %li First
 %li Second

View File

@ -0,0 +1,15 @@
%html
%head
%title Test Title
%body
%navigation
= render :partial => "navigation_top"
%h1= page.title
%p
Here is a point to emphasize:
%strong.highlighted#search_item_found= item1.text
%span{:class => "fancy", :id => "fancy1"}= item2.text
.special= special.text
%ol
%li First
%li Second