pl-pl-comp8_harness.txt
1.47 KB
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
{
"tables": [
"unicode.dis",
"pl-pl-comp8.ctb"
],
"tests": [
{
"data": [
{
"input": "pchnąć w tę łódź jeża lub ośm skrzyń fig.",
"output": "⠏⠉⠓⠝⠡⠩ ⠺ ⠞⠱ ⠣⠬⠙⠮ ⠚⠑⠯⠁ ⠇⠥⠃ ⠕⠪⠍ ⠎⠅⠗⠵⠽⠹ ⠋⠊⠛⠄"
},
{
"input": "PCHNĄĆ W TĘ ŁÓDŹ JEŻA LUB OŚM SKRZYŃ FIG.",
"output": "⡏⡉⡓⡝⡡⡩ ⡺ ⡞⡱ ⡣⡬⡙⡮ ⡚⡑⡯⡁ ⡇⡥⡃ ⡕⡪⡍ ⡎⡅⡗⡵⡽⡹ ⡋⡊⡛⠄"
},
{
"input": "qvx",
"output": "⠟⠧⠭"
},
{
"input": "QVX",
"output": "⡟⡧⡭"
},
{
"input": "= ! + - _ | \\ / [ ] { } ( ) ' \" # % ^ & * ~ , ? < > $ @ . ; :",
"output": "⠶ ⢖ ⠖ ⠤ ⠠ ⠸ ⠌ ⠲ ⠷ ⠾ ⡷ ⡾ ⠦ ⠴ ⠈ ⠐ ⠼ ⠿ ⢮ ⢯ ⠔ ⠫ ⠂ ⠢ ⠰ ⠘ ⠨ ⡜ ⠄ ⠆ ⠒"
},
{
"input": "1+2=3",
"output": "⢁⠖⢃⠶⢉"
},
{
"input": "12-13=-1",
"output": "⢁⢃⠤⢁⢉⠶⠤⢁"
},
{
"input": "20/5=4",
"output": "⢃⢚⠲⢑⠶⢙"
},
{
"input": "(2*44)/4=22",
"output": "⠦⢃⠔⢙⢙⠴⠲⢙⠶⢃⢃"
},
{
"input": "+44,0123456789",
"output": "⠖⢙⢙⠂⢚⢁⢃⢉⢙⢑⢋⢛⢓⢊"
}
]
}
]
}