/** * AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts **/ /** Separator between big parts: suite:file:test:case */export const kBigSeparator = ':'; /** Separator between path,to,file or path,to,test */ export const kPathSeparator = ','; /** Separator between k=v;k=v */ export const kParamSeparator = ';'; /** Separator between key and value in k=v */ export const kParamKVSeparator = '='; /** Final wildcard, if query is not single-case */ export const kWildcard = '*';