Skip to content

Commit 0bdddea

Browse files
committed
Add regression tests for #109
1 parent f817506 commit 0bdddea

File tree

7 files changed

+93757
-0
lines changed

7 files changed

+93757
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data must match pattern ^[ \r\n\t\S]+$
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
""
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"type": "string",
4+
"pattern": "^[ \\r\\n\\t\\S]+$"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"42"

0 commit comments

Comments
 (0)