Skip to content

Commit

Permalink
Add test case that fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollado committed Oct 2, 2015
1 parent 836087b commit 94c591b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nested-env-vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var assert = require('assert')
process.env[n+'_someOpt__a'] = 42
process.env[n+'_someOpt__x__'] = 99
process.env[n+'_someOpt__a__b'] = 186
process.env[n+'_someOpt__a__b__c'] = 243
process.env[n+'_someOpt__x__y'] = 1862
process.env[n+'_someOpt__z'] = 186577

Expand Down

0 comments on commit 94c591b

Please sign in to comment.