-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Description
Currently, no diff window is opened for .yaml and .yml extension which is surprising:
ApprovalTests.Java/approvaltests/src/main/java/org/approvaltests/reporters/GenericDiffReporter.java
Line 24 in 07fdbad
| public static List<String> TEXT_FILE_EXTENSIONS = Arrays.asList(".txt", ".csv", ".htm", ".html", ".xml", ".eml", |
It would be nice if new extensions could be added to the list without releasing ApprovalTests
LarsEckart, mbechto and frederikb