summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/string-trim-spaces-only/examples
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/string-trim-spaces-only/examples')
-rw-r--r--includes/external/school/node_modules/string-trim-spaces-only/examples/_quickTake.js20
-rw-r--r--includes/external/school/node_modules/string-trim-spaces-only/examples/api.json1
2 files changed, 0 insertions, 21 deletions
diff --git a/includes/external/school/node_modules/string-trim-spaces-only/examples/_quickTake.js b/includes/external/school/node_modules/string-trim-spaces-only/examples/_quickTake.js
deleted file mode 100644
index 041a490..0000000
--- a/includes/external/school/node_modules/string-trim-spaces-only/examples/_quickTake.js
+++ /dev/null
@@ -1,20 +0,0 @@
-// Quick Take
-
-import { strict as assert } from "assert";
-import { trimSpaces } from "../dist/string-trim-spaces-only.esm.js";
-
-assert.deepEqual(trimSpaces(" aaa "), {
- res: "aaa",
- ranges: [
- [0, 2],
- [5, 8],
- ],
-});
-
-assert.deepEqual(trimSpaces(" \t zz \n "), {
- res: "\t zz \n",
- ranges: [
- [0, 3],
- [12, 16],
- ],
-});
diff --git a/includes/external/school/node_modules/string-trim-spaces-only/examples/api.json b/includes/external/school/node_modules/string-trim-spaces-only/examples/api.json
deleted file mode 100644
index d7b0861..0000000
--- a/includes/external/school/node_modules/string-trim-spaces-only/examples/api.json
+++ /dev/null
@@ -1 +0,0 @@
-{"_quickTake.js":{"title":"Quick Take","content":"import { strict as assert } from \"assert\";\nimport { trimSpaces } from \"string-trim-spaces-only\";\n\nassert.deepEqual(trimSpaces(\" aaa \"), {\n res: \"aaa\",\n ranges: [\n [0, 2],\n [5, 8],\n ],\n});\n\nassert.deepEqual(trimSpaces(\" \\t zz \\n \"), {\n res: \"\\t zz \\n\",\n ranges: [\n [0, 3],\n [12, 16],\n ],\n});"}} \ No newline at end of file