This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-20 21:31:48 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1808d53a3b
semantic
/
test
/
fixtures
/
ruby
/
corpus
/
for.A.rb
12 lines
102 B
Ruby
Raw
Normal View
History
Unescape
Escape
Transition ruby test fixtures
2017-02-23 01:36:22 +03:00
for
x
in
y
f
Make sure fixtures have ending newline
2017-02-23 01:41:30 +03:00
end
For
2017-07-06 19:44:10 +03:00
for
x
,
y
in
z
do
f
end
Rework for statement for new in clause
2017-08-01 21:40:56 +03:00
for
n
in
1
..
3
do
true
end
Regenerate for example fixtures
2017-08-02 20:37:57 +03:00
for
n
,
m
in
1
..
3
do
true
end
Reference in New Issue
Copy Permalink