We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb4ac commit b4777d0Copy full SHA for b4777d0
docs/labs/input1.js
@@ -98,11 +98,11 @@ info =
98
successes: [
99
[ " query ( 'id' ) . isInt ( {min: 1 , max: 9999 } ) ," ],
100
[ " query ( `id` ) . isInt ( {min: 1 , max: 9_999 } ) , " ],
101
- [ "query ( \"id\" ) . isInt ( {min: 1 , max: 9_999 } ) ," ]
+ [ "query ( \"id\" ) . isInt ( {min: 1 , max: 9_999 } ) ," ],
102
],
103
failures: [
104
[ " query," ],
105
[ "query('id').isint({min: 1, max: 9999})" ],
106
- [ "query('id').isInt({min: 1, max: 9999})" ]
+ [ "query('id').isInt({min: 1, max: 9999})" ],
107
108
};
0 commit comments