mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Ha, whoops - actually use path argument
This commit is contained in:
parent
fb000828ed
commit
48effe84df
@ -44,7 +44,7 @@ languageForFilePath = languageForType . takeExtension
|
|||||||
|
|
||||||
|
|
||||||
readFileVerbatim :: FilePath -> IO Verbatim
|
readFileVerbatim :: FilePath -> IO Verbatim
|
||||||
readFileVerbatim path = verbatim <$> B.readFile "test/fixtures/ruby/import-graph/app.json"
|
readFileVerbatim = fmap verbatim . B.readFile
|
||||||
|
|
||||||
newtype Verbatim = Verbatim B.ByteString
|
newtype Verbatim = Verbatim B.ByteString
|
||||||
deriving (Eq)
|
deriving (Eq)
|
||||||
|
Loading…
Reference in New Issue
Block a user