On Wed, 30 Nov 2022 11:57:52 GMT, Daniel Fuchs <[email protected]> wrote:
>> Michal Karm Babacek has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Adds test for MIME application/wasm
>
> test/jdk/java/nio/file/Files/probeContentType/Basic.java line 190:
>
>> 188: new ExType("xlsx",
>> List.of("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")),
>> 189: new ExType("7z",
>> List.of("application/x-7z-compressed")),
>> 190: new ExType("wasm", List.of("application/wasm")),
>
> Could you please also add 8297609 to the `@bug` list on line 25?
@dfuch Done.
-------------
PR: https://git.openjdk.org/jdk/pull/11284