Skip to content

Commit

Permalink
Added testData file.
Browse files Browse the repository at this point in the history
Joseph, please have a look at this and add more to the file.
There are many edge cases that you think of and that you try with on the fly, but the more we can get them written down, the easier it will be in the future.
If you follow the format, I can easely convert them to real test harness files.

For example we tried with colon in a middle of a number, what should it be if the colon is at the start?
What if the colon is swapped for a full stop?

NVDA unicode braille addon is your friend.
  • Loading branch information
Mesar Hameed authored and mhameed committed Jun 16, 2014
1 parent d37f479 commit 2dc46a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testData
@@ -0,0 +1,7 @@
comment: colons in middle of numbers should have hash sign before the next number.
input: 2:30
expected: ⠼⠃⠒⠼⠉⠚

comment: colon at the end of a number is treated normally
input: 73:
expected: ⠼⠛⠉⠒

0 comments on commit 2dc46a4

Please sign in to comment.