projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Unit tests for Literate Haskell
[ohcount]
/
test
/
unit
/
fortran_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class Ohcount::FortranTest < Ohcount::Test
4
5
def test_comprehensive
6
verify_parse("fortranfixed.f")
7
verify_parse("fortranfree.f")
8
end
9
10
end