Created
May 19, 2016 20:42
-
-
Save tormodfj/331a934a3e45ffbba9fe2e36fd44e1d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====== Test cases for parsing ====== | |
_ _ _ _ _ _ _ _ _ | |
| || || || || || || || || | | |
|_||_||_||_||_||_||_||_||_| | |
=> 000000000 | |
| | | | | | | | | | |
| | | | | | | | | | |
=> 111111111 | |
_ _ _ _ _ _ _ _ _ | |
_| _| _| _| _| _| _| _| _| | |
|_ |_ |_ |_ |_ |_ |_ |_ |_ | |
=> 222222222 | |
_ _ _ _ _ _ _ _ _ | |
_| _| _| _| _| _| _| _| _| | |
_| _| _| _| _| _| _| _| _| | |
=> 333333333 | |
|_||_||_||_||_||_||_||_||_| | |
| | | | | | | | | | |
=> 444444444 | |
_ _ _ _ _ _ _ _ _ | |
|_ |_ |_ |_ |_ |_ |_ |_ |_ | |
_| _| _| _| _| _| _| _| _| | |
=> 555555555 | |
_ _ _ _ _ _ _ _ _ | |
|_ |_ |_ |_ |_ |_ |_ |_ |_ | |
|_||_||_||_||_||_||_||_||_| | |
=> 666666666 | |
_ _ _ _ _ _ _ _ _ | |
| | | | | | | | | | |
| | | | | | | | | | |
=> 777777777 | |
_ _ _ _ _ _ _ _ _ | |
|_||_||_||_||_||_||_||_||_| | |
|_||_||_||_||_||_||_||_||_| | |
=> 888888888 | |
_ _ _ _ _ _ _ _ _ | |
|_||_||_||_||_||_||_||_||_| | |
_| _| _| _| _| _| _| _| _| | |
=> 999999999 | |
_ _ _ _ _ _ _ | |
| _| _||_||_ |_ ||_||_| | |
||_ _| | _||_| ||_| _| | |
=> 123456789 | |
====== Test cases for validation ====== | |
_ _ _ _ _ _ _ | |
|_||_| _||_ ||_||_ _| | | |
_| | _| _| | | _| _| | | |
=> 943574537 | |
_ _ _ _ _ _ _ | |
|_| ||_||_|| ||_||_||_| _| | |
_| | ||_||_||_||_| | _| | |
=> 974808843 ERR | |
_ _ _ _ _ _ _ _ | |
|_||_||_ | ||_ _ |_| | | |
_||_| _| | | _| _| _ | | |
=> 985775??1 ILL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment