Skip to content

Commit

Permalink
tests: add blackbox tests for #287 and #470
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Nov 12, 2017
1 parent 33eefb0 commit ec67311
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/test_blackbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,3 +1192,21 @@ def test_raw_1b(self):
* ' RAU'
* ''
'''

def test_bug287(self):
r'''
"*6": "a",
"R*S": "{*+}",
*6 ' a'
R*S ' a a'
'''

def test_bug470(self):
r'''
"0EU8": "80",
"R*S": "{*+}",
0EU8 ' 80'
R*S ' 8080'
'''

0 comments on commit ec67311

Please sign in to comment.