scinote-web/test/fixtures/result_comments.yml

26 lines
290 B
YAML
Raw Normal View History

2016-02-12 23:52:43 +08:00
one:
result: one
comment: three
two:
result: one
comment: four
three:
result: two
comment: five
four:
result: three
comment: six
test:
result: test
comment: test
<% 25.times do |n| %>
test_<%= n %>:
result: test2
comment: test_result_comment_<%= n %>
<% end %>