-
Notifications
You must be signed in to change notification settings - Fork 8
/
basic.js
46 lines (46 loc) · 1.16 KB
/
basic.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
export { csaf_2_0_strict } from './lib/schemaTests.js'
export {
mandatoryTest_6_1_1,
mandatoryTest_6_1_2,
mandatoryTest_6_1_3,
mandatoryTest_6_1_4,
mandatoryTest_6_1_5,
mandatoryTest_6_1_6,
mandatoryTest_6_1_7,
// Mandatory Test 6.1.8 skipped since included in schema tests
mandatoryTest_6_1_9,
mandatoryTest_6_1_10,
mandatoryTest_6_1_11,
mandatoryTest_6_1_12,
mandatoryTest_6_1_13,
mandatoryTest_6_1_14,
mandatoryTest_6_1_15,
mandatoryTest_6_1_16,
mandatoryTest_6_1_17,
mandatoryTest_6_1_18,
mandatoryTest_6_1_19,
mandatoryTest_6_1_20,
mandatoryTest_6_1_21,
mandatoryTest_6_1_22,
mandatoryTest_6_1_23,
mandatoryTest_6_1_24,
mandatoryTest_6_1_25,
mandatoryTest_6_1_26,
mandatoryTest_6_1_27_1,
mandatoryTest_6_1_27_2,
mandatoryTest_6_1_27_3,
mandatoryTest_6_1_27_4,
mandatoryTest_6_1_27_5,
mandatoryTest_6_1_27_6,
mandatoryTest_6_1_27_7,
mandatoryTest_6_1_27_8,
mandatoryTest_6_1_27_9,
mandatoryTest_6_1_27_10,
mandatoryTest_6_1_27_11,
mandatoryTest_6_1_28,
mandatoryTest_6_1_29,
mandatoryTest_6_1_30,
mandatoryTest_6_1_31,
mandatoryTest_6_1_32,
mandatoryTest_6_1_33,
} from './lib/mandatoryTests.js'