summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/fixture15.out
blob: dc72fdeff60eae23e90cf2e947595136a91eb443 (plain)
1
2
3
4
function getIndex1(c) {
    return "\x00\r\n\x85\u2028\u2029".indexOf(c);
}
export { getIndex1 as getIndex };