mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Let default case represent ParseTree
This commit is contained in:
parent
770a3001ed
commit
de81a18d6c
@ -22,9 +22,6 @@ spec = parallel $ do
|
||||
Index -> do
|
||||
output <- parseIndex $ parseArgs ["test/fixtures/ruby/and-or.A.rb"] format
|
||||
output `shouldNotBe` ""
|
||||
ParseTree -> do
|
||||
output <- parseTree $ parseArgs ["test/fixtures/ruby/and-or.A.rb"] format
|
||||
output `shouldNotBe` ""
|
||||
_ -> do
|
||||
output <- parseTree $ parseArgs ["test/fixtures/ruby/and-or.A.rb"] format
|
||||
output `shouldNotBe` ""
|
||||
|
Loading…
Reference in New Issue
Block a user