Skip to content

Commit

Permalink
Restore test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed Jul 3, 2024
1 parent 977f5e2 commit 5f20d5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Table_Tests/src/IO/Delimited_Read_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ add_specs suite_builder =
r1.should_fail_with File_Error
r1.catch.should_be_a File_Error.Not_Found

directory = enso_project.data
r2 = Data.read directory (..Delimited "," headers=True value_formatter=Nothing) Problem_Behavior.Report_Error
r2.should_fail_with Illegal_Argument
r2.catch.message.shoild_equal "Cannot `read` a directory, use `Data.list`."

group_builder.specify "should work with all kinds of line endings" <|
path name = enso_project.data / 'transient' / name
create_file name ending_style =
Expand Down

0 comments on commit 5f20d5a

Please sign in to comment.