Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itkoren committed Apr 19, 2015
1 parent 0b437e5 commit 50325a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/fixtures/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@ module.exports = {
jsonFile: {
options: {
filename: 'read.json',
regexp: '/(\\d{1,})\\%//'
regexp: '/(\\d{1,})\\%/'
}
}
},
yamlfile: {
yamlFile: {
options: {
filename: 'read.yaml',
regexp: '/(\\d{1,})\\%//'
regexp: /(\d{1,})\%/
}
}
},
ymlfile: {
ymlFile: {
options: {
filename: 'read.yml',
regexp: '/(\\d{1,})\\%//'
regexp: /(\d{1,})\%/
}
}
}
Expand Down

0 comments on commit 50325a0

Please sign in to comment.