2
0
mirror of synced 2025-02-25 04:25:16 +00:00

12 lines
292 B
TypeScript
Raw Normal View History

'use strict';
import fs from "fs";
import { resolve } from "path";
import { saveTests, TestCase } from "..";
const testcases: Array<TestCase.Nameprep> = JSON.parse(fs.readFileSync(resolve(__dirname, "../input/nameprep-josefsson-idn.json")).toString());
saveTests("nameprep", testcases);