Skip to content

Commit

Permalink
Not exclude .nano file in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus committed Dec 19, 2014
1 parent dbe62bf commit 211376c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ target/

# Project specific
*.nano
!test/samples/*.nano
.DS_Store
5 changes: 5 additions & 0 deletions test/samples/header.nano
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'Phone'
count: 5
gran: 10
dimensions: ['Devise']
mapping: {'Devise': {'iPhone': '1', 'Android': '2'}}
2 changes: 2 additions & 0 deletions test/samples/nodes.nano
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2: s: 2014-02-04 17:15:00 t: [1]
1: pch: {'0,1': 2} sco: 2

0 comments on commit 211376c

Please sign in to comment.