summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-fixture15.ts
blob: c1dd3bc894ff0974b061940dacd77846675e2890 (plain)
1
2
3
export function getIndex(c: string): number {
  return "\x00\r\n\x85\u2028\u2029".indexOf(c);
}