Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rjs_json_form
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
rjs_json_form
Commits
022cf996
Commit
022cf996
authored
Apr 24, 2019
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: max/minLength add in todo list
parent
cd0da176
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
jsonform_test.js
test/jsonform_test.js
+5
-2
No files found.
test/jsonform_test.js
View file @
022cf996
...
...
@@ -148,8 +148,6 @@
todo_tests
=
[
];
// XXX need use many many rules for merging
// XXX merge patternProperties with properties having name pattern match.
// XXX base URI change based on $id property not realised
todo_tests
.
push
(
"base URI change: base URI change ref valid"
);
...
...
@@ -157,6 +155,11 @@
todo_tests
.
push
(
"base URI change - change folder in subschema:"
+
" number is valid"
);
todo_tests
.
push
(
"maxLength validation: two supplementary Unicode "
+
"code points is long enough"
);
todo_tests
.
push
(
"minLength validation: one supplementary Unicode "
+
"code point is not long enough"
);
function
create_callback
(
schema
,
schema_url
,
value
,
valid
)
{
return
function
(
assert
)
{
var
done
=
assert
.
async
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment