mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
17 lines
205 B
YAML
17 lines
205 B
YAML
one:
|
|
step: step1
|
|
comment: one
|
|
|
|
two:
|
|
step: step1
|
|
comment: two
|
|
|
|
test:
|
|
step: test
|
|
comment: test
|
|
|
|
<% 25.times do |n| %>
|
|
test_<%= n %>:
|
|
step: test2
|
|
comment: test_step_comment_<%= n %>
|
|
<% end %>
|