Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
auto_parse: deprecated message on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 5, 2018
1 parent e55527d commit 5bf1a8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## Trunk

auto_parse: deprecated message on tests
cast: inject lines property

## Version 2.2.0
Expand Down
4 changes: 4 additions & 0 deletions test/options.auto_parse.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
fs = require 'fs'
parse = require '../src'

#################################################################
### DEPRECATED: see the cast option ###
#################################################################

describe 'options "auto_parse" (deprecated)', ->

it 'all columns', (next) ->
Expand Down
4 changes: 4 additions & 0 deletions test/options.auto_parse_date.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
fs = require 'fs'
parse = require '../src'

#################################################################
### DEPRECATED: see the cast option ###
#################################################################

describe 'options "auto_parse_date" (deprecated)', ->

it 'convert numbers', (next) ->
Expand Down

0 comments on commit 5bf1a8f

Please sign in to comment.