File: mixed.tpl

package info (click to toggle)
ruby-rgen 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,784 kB
  • sloc: ruby: 11,340; xml: 1,368; yacc: 72; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
<% define 'Mixed', :for => Object do %>
  <% file "line_endings_mixed.txt" do %>
    first line (unix) |
    second line (windows) |
  <% end %>
<% end %>