1
0
forked from aniani/vim

runtime(syntax-tests): Introduce self tests for screen dumping

Write a batch of test files with made-up syntax to serve for
additional linewise checks to be manually performed whenever
the algorithm for screen dump file generation is modified.

Define a shell variable VIM_SYNTAX_SELF_TESTING to run these
tests:
	cd runtime/syntax/
	VIM_SYNTAX_SELF_TESTING=1 make clean test

related: #15150

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Aliaksei Budavei 2024-05-24 19:14:16 +03:00 committed by Christian Brabandt
parent cc5482edb4
commit d2f4987999
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
132 changed files with 2421 additions and 6 deletions

View File

@ -836,6 +836,7 @@ RT_SCRIPTS = \
runtime/syntax/testdir/runtest.vim \
runtime/syntax/testdir/ftplugin/*.* \
runtime/syntax/testdir/input/*.* \
runtime/syntax/testdir/input/selftestdir/* \
runtime/syntax/testdir/input/setup/*.* \
runtime/syntax/testdir/dumps/*.dump \
runtime/syntax/testdir/dumps/*.vim \

View File

@ -0,0 +1,20 @@
>.+0&#ffffff0@73|1
|.@73|2
|.@73|3
|.@73|4
|.@29|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@28|5
|.@28|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@28|6
|.@32|r|u|l|e|r|.@35|7
|.@73|8
|.@73|9
|.@72|1|0
|.@72|1@1
|.@72|1|2
|.@72|1|3
|.@72|1|4
|.@72|1|5
|.@72|1|6
|.@72|1|7
|.@72|1|8
|.@72|1|9
| @56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|.+0&#ffffff0@72|1|4
|.@72|1|5
|.@72|1|6
|.@72|1|7
|.@72|1|8
>.@72|1|9
|.@72|2|0
|.@72|2|1
|.@72|2@1
|.@72|2|3
|.@72|2|4
|.@72|2|5
|.@72|2|6
|.@72|2|7
|.@72|2|8
|.@72|2|9
|.@72|3|0
|.@72|3|1
|.@72|3|2
| @56|1|9|,|1| @9|3|1|%|

View File

@ -0,0 +1,20 @@
|.+0&#ffffff0@72|3|2
|.@72|3@1
|.@72|3|4
|.@72|3|5
|.@72|3|6
>.@72|3|7
|.@72|3|8
|.@72|3|9
|.@72|4|0
|.@72|4|1
|.@72|4|2
|.@72|4|3
|.@72|4@1
|.@72|4|5
|.@72|4|6
|.@72|4|7
|.@72|4|8
|.@72|4|9
|.@72|5|0
| @56|3|7|,|1| @9|7|5|%|

View File

@ -0,0 +1,20 @@
|.+0&#ffffff0@72|5|0
|.@72|5|1
|.@72|5|2
|.@72|5|3
|.@72|5|4
>.@72|5@1
|.@72|5|6
|.@72|5|7
|.@72|5|8
|.@72|5|9
|.@72|6|0
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|5@1|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
|.+0&#ffffff0@72|4|2
|.@72|4|3
|.@72|4@1
|.@72|4|5
|.@72|4|6
|.@72|4|7
|.@72|4|8
|.@72|4|9
|.@72|5|0
|.@72|5|1
|.@72|5|2
|.@72|5|3
|.@72|5|4
|.@72|5@1
|.@72|5|6
|.@72|5|7
|.@72|5|8
|.@72|5|9
>.@72|6|0
| @56|6|0|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2| @73
|3|.@73
|4| @73
|5|.@73
|6| @73
|7|.@73
|8| @73
|9|.@27|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|0| @72
|1@1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|1|2| @72
|1|3|.@29|r|u|l|e|r|.@37
|1|4| @72
|1|5|.@72
|1|6| @72
|1|7|.@72
|1|8| @72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|1+0&#ffffff0|3|.@29|r|u|l|e|r|.@37
|1|4| @72
|1|5|.@72
|1|6| @72
|1|7|.@72
|1|8| @72
>1|9|.@72
|2|0| @72
|2|1|.@72
|2@1| @72
|2|3|.@72
|2|4| @72
|2|5|.@72
|2|6| @72
|2|7|.@72
|2|8| @72
|2|9|.@72
|3|0| @72
|3|1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|0|,|1| @9|2|8|%|

View File

@ -0,0 +1,20 @@
|3+0&#ffffff0|1|.@72
|3|2| @72
|3@1|.@72
|3|4| @72
|3|5|.@72
|3|6| @72
>3|7|.@72
|3|8| @72
|3|9|.@72
|4|0| @72
|4|1|.@72
|4|2| @72
|4|3|.@72
|4@1| @72
|4|5|.@72
|4|6| @72
|4|7|.@72
|4|8| @72
|4|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|9|,|1| @9|7|1|%|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|9|.@72
|5|0| @72
|5|1|.@72
|5|2| @72
|5|3|.@72
|5|4| @72
>5@1|.@72
|5|6| @72
|5|7|.@72
|5|8| @72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|2|8|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|3|.@72
|4@1| @72
|4|5|.@72
|4|6| @72
|4|7|.@72
|4|8| @72
|4|9|.@72
|5|0| @72
|5|1|.@72
|5|2| @72
|5|3|.@72
|5|4| @72
|5@1|.@72
|5|6| @72
|5|7|.@72
|5|8| @72
>5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
| +0#0000000&@56|3|0|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3| @73
|4|.@73
|5|.@73
|6| @73
|7|.@73
|8|.@73
|9| @73
|1|0|.@72
|1@1|.@72
|1|2| @72
|1|3|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|4|.@72
|1|5| @72
|1|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|1|7|.@72
|1|8| @72
|1|9|.@29|r|u|l|e|r|.@34|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|1+0&#ffffff0|3|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|4|.@72
|1|5| @72
|1|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|1|7|.@72
|1|8| @72
>1|9|.@29|r|u|l|e|r|.@37
|2|0|.@72
|2|1| @72
|2@1|.@72
|2|3|.@72
|2|4| @72
|2|5|.@72
|2|6|.@72
|2|7| @72
|2|8|.@72
|2|9|.@72
|3|0| @72
|3|1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|7|,|1| @10|2|8|%|

View File

@ -0,0 +1,20 @@
|3+0&#ffffff0|1|.@72
|3|2|.@72
|3@1| @72
|3|4|.@72
|3|5|.@72
|3|6| @72
>3|7|.@72
|3|8|.@72
|3|9| @72
|4|0|.@72
|4|1|.@72
|4|2| @72
|4|3|.@72
|4@1|.@72
|4|5| @72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|3|,|1| @9|7|1|%|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|9|.@72
|5|0|.@72
|5|1| @72
|5|2|.@72
|5|3|.@72
|5|4| @72
>5@1|.@72
|5|6|.@72
|5|7| @72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|1|9|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|3|.@72
|4@1|.@72
|4|5| @72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@72
|5|0|.@72
|5|1| @72
|5|2|.@72
|5|3|.@72
|5|4| @72
|5@1|.@72
|5|6|.@72
|5|7| @72
>5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
| +0#0000000&@56|2|0|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4| @73
|5|.@73
|6|.@73
|7|.@73
|8| @73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2| @72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6| @72
|1|7|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|9+0&#ffffff0|.@73
|1|0|.@72
|1@1|.@72
|1|2| @72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6| @72
>1|7|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|8|.@72
|1|9|.@72
|2|0| @72
|2|1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|2@1|.@72
|2|3|.@72
|2|4| @72
|2|5|.@29|r|u|l|e|r|.@37
|2|6|.@72
|2|7|.@69|@+0#4040ff13&@2
| +0#0000000&@56|5|,|1| @10|1|8|%|

View File

@ -0,0 +1,20 @@
|2+0&#ffffff0|5|.@29|r|u|l|e|r|.@37
|2|6|.@72
|2|7|.@72
|2|8| @72
>2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2| @72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6| @72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0| @72
|4|1|.@72
|4|2|.@72
|4|3|.@69|@+0#4040ff13&@2
| +0#0000000&@56|8|,|1| @10|5|4|%|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|1|.@72
|4|2|.@72
|4|3|.@72
|4@1| @72
>4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2| @72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6| @72
|5|7|.@72
|5|8|.@72
|5|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|2|,|1| @9|9|0|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|1|5|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|5|.@72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2| @72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6| @72
>5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
| +0#0000000&@56|1|5|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5| @73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0| @72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5| @72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|1+0&#ffffff0@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5| @72
>1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0| @72
|2|1|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5| @72
|2|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|2|7|.@72
|2|8|.@72
|2|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|2@1|%|

View File

@ -0,0 +1,20 @@
|2+0&#ffffff0|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0| @72
>3|1|.@29|r|u|l|e|r|.@37
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5| @72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0| @72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|7|,|1| @10|5@1|%|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5| @72
>4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0| @72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1| @72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|0|,|1| @9|8@1|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|1|2|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0| @72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1| @72
>5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|1|2|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6| @73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2| @72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8| @72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|1+0&#ffffff0|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8| @72
>1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4| @72
|2|5|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0| @72
|3|1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@27|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|2|8|%|

View File

@ -0,0 +1,20 @@
|3+0&#ffffff0|1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6| @72
>3|7|.@29|r|u|l|e|r|.@37
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2| @72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|7|,|1| @10|7|1|%|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4| @72
>5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|1|0|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4| @72
>5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
| +0#0000000&@56|1|0|,|1| @9|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7| @73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4| @72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|8+0&#ffffff0|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4| @72
>1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1| @72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|1|4|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8| @72
|2|9|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5| @72
|3|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|4|2|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2| @72
|4|3|.@29|r|u|l|e|r|.@37
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9| @72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@69|@+0#4040ff13&@2
| +0#0000000&@56|6|,|1| @10|7|1|%|

View File

@ -0,0 +1,20 @@
|5+0&#ffffff0|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6| @72
>5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|9|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
|5+0&#ffffff0|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6| @72
>5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|9|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8| @73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6| @72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|9+0&#ffffff0|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6| @72
>1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4| @72
|2|5|.@72
|2|6|.@72
|2|7|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|1|6|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2| @72
|3@1|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|4|.@72
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0| @72
|4|1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|2|.@72
|4|3|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|5|0|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6| @72
|5|7|.@72
|5|8|.@72
|5|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|6|,|1| @10|8|3|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|8|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6| @72
>5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
| +0#0000000&@56|8|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9| @73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8| @72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
|1+0&#ffffff0|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8| @72
>1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7| @72
|2|8|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|2|0|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6| @72
|3|7|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5| @72
|4|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@27|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|6|0|%|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4| @72
>5@1|.@29|r|u|l|e|r|.@37
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3| @72
|~+0#4040ff13&| @73
| +0#0000000&@56|7|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
|4+0&#ffffff0|6|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4| @72
>5@1|.@29|r|u|l|e|r|.@37
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3| @72
|~+0#4040ff13&| @73
| +0#0000000&@56|7|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0| @72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0| @72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|2|0|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0| @72
|3|1|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|4|0|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0|1|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0| @72
|4|1|.@25|w|i|h@1|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|6|0|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|1|.@25|w|i|h@1|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0| @72
|5|1|.@29|r|u|l|e|r|.@37
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|5|,|1| @10|8|0|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|1|.@29|r|u|l|e|r|.@37
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|6|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|1|.@29|r|u|l|e|r|.@37
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|6|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1| @72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1| @72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|2|0|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1| @72
|3|4|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|4|0|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0|4|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1| @72
|4|5|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|6|0|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|5|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1| @72
|5|6|.@29|r|u|l|e|r|.@37
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@69|@+0#4040ff13&@2
| +0#0000000&@56|5|,|1| @10|8|0|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|6|.@29|r|u|l|e|r|.@37
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5|.@72
|6@1| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|6|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|6|.@29|r|u|l|e|r|.@37
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5|.@72
|6@1| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|6|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2| @72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4| @72
|2|5|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|2|5|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0|5|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6| @72
|3|7|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|5|0|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0|7|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|7|5|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|5|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|5|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3| @72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6| @72
|2|7|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|2|5|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0|7|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9| @72
|4|0|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|5|0|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|0|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2| @72
|5|3|.@29|r|u|l|e|r|.@37
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|7|5|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|3|.@29|r|u|l|e|r|.@37
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|5|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|3|.@29|r|u|l|e|r|.@37
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|5|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4| @72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|5|.@72
|1|6|.@72
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8| @72
|2|9|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|2|5|%|

View File

@ -0,0 +1,20 @@
>2+0&#ffffff0|9|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2| @72
|4|3|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|5|0|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|3|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6| @72
|5|7|.@29|r|u|l|e|r|.@37
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|4|,|1| @10|7|5|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|7|.@29|r|u|l|e|r|.@37
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5|.@72
|6@1|.@72
|6|7|.@72
|6|8|.@72
|6|9|.@72
|7|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|5|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|7|.@29|r|u|l|e|r|.@37
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5|.@72
|6@1|.@72
|6|7|.@72
|6|8|.@72
|6|9|.@72
|7|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|5|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5| @72
|1|6|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|7|.@72
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|6|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|7|.@72
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0| @72
|3|1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|2|.@72
|3@1|.@72
|3|4|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|3@1|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0|1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5| @72
|4|6|.@29|r|u|l|e|r|.@37
|4|7|.@72
|4|8|.@72
|4|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|6@1|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|6|.@29|r|u|l|e|r|.@37
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|4|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|6|.@29|r|u|l|e|r|.@37
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
| +0#0000000&@56|4|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6| @72
|1|7|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|8|.@72
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|7|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|8|.@72
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2| @72
|3@1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|4|.@72
|3|5|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|3@1|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0@1|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|4|.@72
|3|5|.@72
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8| @72
|4|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|6@1|%|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
| +0#0000000&@56|4|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>4+0&#ffffff0|9|.@29|r|u|l|e|r|.@37
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4| @72
|~+0#4040ff13&| @73
|~| @73
|~| @73
| +0#0000000&@56|4|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7| @72
|1|8|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|9|.@69|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|8|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|1|9|.@72
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@72
|3|4| @72
|3|5|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|6|.@69|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|3@1|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0|5|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|6|.@72
|3|7|.@72
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1| @72
|5|2|.@30|r|u|l|e|r|.@36
|5|3|.@69|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|6@1|%|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|2|.@30|r|u|l|e|r|.@36
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5|.@72
|6@1|.@72
|6|7|.@72
|6|8| @72
|~+0#4040ff13&| @73
|~| @73
| +0#0000000&@56|4|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>5+0&#ffffff0|2|.@30|r|u|l|e|r|.@36
|5|3|.@72
|5|4|.@72
|5@1|.@72
|5|6|.@72
|5|7|.@72
|5|8|.@72
|5|9|.@72
|6|0|.@72
|6|1|.@72
|6|2|.@72
|6|3|.@72
|6|4|.@72
|6|5|.@72
|6@1|.@72
|6|7|.@72
|6|8| @72
|~+0#4040ff13&| @73
|~| @73
| +0#0000000&@56|4|,|1| @10|B|o|t|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|.@73
|2|.@73
|3|.@73
|4|.@73
|5|.@73
|6|.@73
|7|.@73
|8|.@73
|9|.@73
|1|0|.@72
|1@1|.@72
|1|2|.@72
|1|3|.@72
|1|4|.@72
|1|5|.@72
|1|6|.@72
|1|7|.@72
|1|8| @72
|1|9|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@27|@+0#4040ff13&@2
| +0#0000000&@56|1|,|1| @10|T|o|p|

View File

@ -0,0 +1,20 @@
>1+0&#ffffff0|9|.@26|w|i|n|w|i|d|t|h|(|0|)|:| |7|5|.@30
|2|0|.@72
|2|1|.@72
|2@1|.@72
|2|3|.@72
|2|4|.@72
|2|5|.@72
|2|6|.@72
|2|7|.@72
|2|8|.@72
|2|9|.@72
|3|0|.@72
|3|1|.@72
|3|2|.@72
|3@1|.@72
|3|4|.@72
|3|5|.@72
|3|6| @72
|3|7|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@27|@+0#4040ff13&@2
| +0#0000000&@56|2|,|1| @10|3@1|%|

View File

@ -0,0 +1,20 @@
>3+0&#ffffff0|7|.@25|w|i|n|h|e|i|g|h|t|(|0|)|:| |1|9|.@30
|3|8|.@72
|3|9|.@72
|4|0|.@72
|4|1|.@72
|4|2|.@72
|4|3|.@72
|4@1|.@72
|4|5|.@72
|4|6|.@72
|4|7|.@72
|4|8|.@72
|4|9|.@72
|5|0|.@72
|5|1|.@72
|5|2|.@72
|5|3|.@72
|5|4| @72
|5@1|.@30|r|u|l|e|r|.@33|@+0#4040ff13&@2
| +0#0000000&@56|3|,|1| @10|6@1|%|

Some files were not shown because too many files have changed in this diff Show More