mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-17 11:32:54 +02:00
Import syntax regression test for Ruby Haml
This commit is contained in:
15
tests/syntax-tests/source/Ruby Haml/test.html.haml
Normal file
15
tests/syntax-tests/source/Ruby Haml/test.html.haml
Normal 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
|
Reference in New Issue
Block a user