mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 08:57:59 +00:00
Import syntax regression test for Ruby Haml
This commit is contained in:
parent
bac84b4c8b
commit
3dc5fc54df
2 changed files with 30 additions and 0 deletions
15
tests/syntax-tests/highlighted/Ruby Haml/test.html.haml
Normal file
15
tests/syntax-tests/highlighted/Ruby Haml/test.html.haml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[38;2;255;255;255m%[0m[38;2;249;38;114mhtml[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mhead[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mtitle[0m[38;2;248;248;242m Test Title[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mbody[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mnavigation[0m
|
||||
[38;2;248;248;242m [0m[38;2;248;248;242m=[0m[38;2;248;248;242m [0m[38;2;102;217;239mrender[0m[38;2;248;248;242m [0m[38;2;246;240;128m:[0m[38;2;246;240;128mpartial[0m[38;2;248;248;242m [0m[38;2;248;248;242m=>[0m[38;2;248;248;242m [0m[38;2;249;38;114m"[0m[38;2;230;219;116mnavigation_top[0m[38;2;249;38;114m"[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mh1[0m[38;2;248;248;242m=[0m[38;2;248;248;242m page[0m[38;2;248;248;242m.[0m[38;2;248;248;242mtitle[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mp[0m
|
||||
[38;2;248;248;242m Here is a point to emphasize:[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mstrong[0m[38;2;249;38;114m.highlighted[0m[38;2;249;38;114m#search_item_found[0m[38;2;248;248;242m=[0m[38;2;248;248;242m item1[0m[38;2;248;248;242m.[0m[38;2;248;248;242mtext[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mspan[0m[38;2;248;248;242m{[0m[38;2;246;240;128m:[0m[38;2;246;240;128mclass[0m[38;2;248;248;242m [0m[38;2;248;248;242m=>[0m[38;2;248;248;242m [0m[38;2;249;38;114m"[0m[38;2;230;219;116mfancy[0m[38;2;249;38;114m"[0m[38;2;248;248;242m,[0m[38;2;248;248;242m [0m[38;2;246;240;128m:[0m[38;2;246;240;128mid[0m[38;2;248;248;242m [0m[38;2;248;248;242m=>[0m[38;2;248;248;242m [0m[38;2;249;38;114m"[0m[38;2;230;219;116mfancy1[0m[38;2;249;38;114m"[0m[38;2;248;248;242m}[0m[38;2;248;248;242m=[0m[38;2;248;248;242m item2[0m[38;2;248;248;242m.[0m[38;2;248;248;242mtext[0m
|
||||
[38;2;248;248;242m [0m[38;2;249;38;114m.special[0m[38;2;248;248;242m=[0m[38;2;248;248;242m special[0m[38;2;248;248;242m.[0m[38;2;248;248;242mtext[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mol[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mli[0m[38;2;248;248;242m First[0m
|
||||
[38;2;248;248;242m [0m[38;2;255;255;255m%[0m[38;2;249;38;114mli[0m[38;2;248;248;242m Second[0m
|
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
|
Loading…
Reference in a new issue