-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtests.json
132 lines (132 loc) · 3.66 KB
/
tests.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"fileFormatVersion": "1",
"parameterSets": {
"all": {
"qrcode_type": "text",
"text": "https:\/\/openscad.org\/cheatsheet\/",
"auth": "WPA",
"ssid": "wifi_network",
"psk": "1234",
"hidden": "false",
"phone": "0123456789",
"width": "100",
"height": "100",
"thickness": "5",
"center": "true",
"encoding": "UTF-8",
"error_correction": "L",
"mask_pattern": "0"
},
"wifi_WPA": {
"qrcode_type": "wifi",
"auth": "WPA",
"ssid": "wifi_network",
"psk": "1234",
"hidden": "0"
},
"wifi2_WPA": {
"qrcode_type": "wifi",
"auth": "WPA",
"ssid": "wireless_fidelity",
"psk": "PigOtter"
},
"wifi_WEP": {
"qrcode_type": "wifi",
"auth": "WEP",
"ssid": "wifi_network",
"psk": "1234",
"hidden": "0"
},
"wifi_nopass": {
"qrcode_type": "wifi",
"auth": "nopass",
"ssid": "wifi_network",
"psk": "",
"hidden": "0"
},
"wifi_hidden": {
"qrcode_type": "wifi",
"auth": "WPA",
"ssid": "wifi_network",
"psk": "1234",
"hidden": "1"
},
"phone": {
"qrcode_type": "phone",
"phone": "+33 1 23 45 67 89"
},
"question_mark": {
"qrcode_type": "text",
"text": "What text could this QR code possibly contain?????"
},
"text_utf8": {
"qrcode_type": "text",
"text": "lorem ipsum",
"encoding": "UTF-8",
"error_correction": "L",
"mask_pattern": "0"
},
"text_Shift_JIS": {
"qrcode_type": "text",
"text": "lorem ipsum",
"encoding": "Shift_JIS"
},
"error_correction_M": {
"qrcode_type": "text",
"text": "lorem ipsum1",
"error_correction": "M"
},
"error_correction_Q": {
"qrcode_type": "text",
"text": "lorem ipsum2",
"error_correction": "Q"
},
"error_correction_H": {
"qrcode_type": "text",
"text": "lorem ipsum3",
"error_correction": "H"
},
"mask_pattern_1": {
"qrcode_type": "text",
"text": "lorem ipsum_1",
"mask_pattern": "1"
},
"mask_pattern_2": {
"qrcode_type": "text",
"text": "lorem ipsum_2",
"mask_pattern": "2"
},
"mask_pattern_3": {
"qrcode_type": "text",
"text": "lorem ipsum_3",
"mask_pattern": "3"
},
"mask_pattern_4": {
"qrcode_type": "text",
"text": "lorem ipsum_4",
"mask_pattern": "4"
},
"mask_pattern_5": {
"qrcode_type": "text",
"text": "lorem ipsum_5",
"mask_pattern": "5"
},
"mask_pattern_6": {
"qrcode_type": "text",
"text": "lorem ipsum_6",
"mask_pattern": "6"
},
"mask_pattern_7": {
"qrcode_type": "text",
"text": "lorem ipsum_7",
"mask_pattern": "7"
},
"text_latin1_suppl": {
"qrcode_type": "text",
"text": "lörem ¡psüm©®×÷¶",
"encoding": "UTF-8",
"error_correction": "L",
"mask_pattern": "0"
}
}
}