This repository contains 3MF conformance test suites. Each test suite provides coverage for a specific combination of 3MF Core and Extension requirements.
BSD 2-Clause "Simplified" License
7
stars
0
forks
source link
Mismatch in description of tests: P_???_0104.04 and .05 #73
Those tests specify that the unicode in the files is unescaped. However in the actual files is escaped:
For example:
Or:
The core spec recommends to use URI escaped filenames. IRI is not widely supported.
I'd recommend to just change the wording of those test suites to specify that they are escaped URI.