mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
json schema: fix test data for correct schema matching type detection
This commit is contained in:
@@ -92,7 +92,7 @@ public class JsonSchemaHighlightingTest extends DaemonAnalyzerTestCase {
|
||||
" }\n" +
|
||||
"}");
|
||||
doTest(schema, "{\"prop\": [101, 102]}");
|
||||
doTest(schema, "{\"prop\": [<warning descr=\"Less than a minimum 18.0\">16</warning>]}");
|
||||
doTest(schema, "{\"prop\": [<warning descr=\"Less than a minimum 18\">16</warning>]}");
|
||||
doTest(schema, "{\"prop\": [<warning descr=\"Type is not allowed\">\"test\"</warning>]}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user