-
-
Notifications
You must be signed in to change notification settings - Fork 901
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to make sure we're testing validation of invalid files. Related to #1351.
- Loading branch information
1 parent
66fcc00
commit ebdb95b
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
passing a filename as a string here causes test failures under jruby versions. Potential fix is PR #1355