Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
test data
Browse files Browse the repository at this point in the history
  • Loading branch information
waylonflinn committed Apr 19, 2016
1 parent 1059e9e commit 73f03ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/datapackage-example-inline/README.md
@@ -0,0 +1 @@
This is a basic example of using an inline data element in a datapackage. Adapted from the documentation.
10 changes: 10 additions & 0 deletions test/fixtures/datapackage-example-inline/datapackage.json
@@ -0,0 +1,10 @@
{
"name" : "datapackage-example-inline",
"license" : "CC0",
"resources": [
{
"format": "csv",
"data": "A,B,C\n1,2,3\n4,5,6"
}
]
}

0 comments on commit 73f03ea

Please sign in to comment.