Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simple function to help with file content access #25

Merged
merged 3 commits into from Jul 17, 2013
Merged

A simple function to help with file content access #25

merged 3 commits into from Jul 17, 2013

Conversation

jeluard
Copy link
Contributor

@jeluard jeluard commented May 13, 2013

No description provided.

(deftest files-are-parsed
(let [files (gists/file-contents gist)]
(is (= (count files) 2))
(is (= (get-in files [:file1]) "content1"))))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just (:file1 files).

@jeluard
Copy link
Contributor Author

jeluard commented Jul 17, 2013

Thanks for the comments! Should be cleaned now.

Raynes added a commit that referenced this pull request Jul 17, 2013
A simple function to help with file content access
@Raynes Raynes merged commit f28a7c8 into Raynes:master Jul 17, 2013
@Raynes
Copy link
Owner

Raynes commented Jul 17, 2013

Awesome! Thank you.

Sorry it took me so long to get to this.

@jeluard
Copy link
Contributor Author

jeluard commented Jul 17, 2013

No worries! It wasn't very important anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants