mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 23:48:03 +08:00
18 lines
205 B
YAML
18 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 %>
|