Skip to content

Commit

Permalink
add a test (Close #24)
Browse files Browse the repository at this point in the history
Issue #24 has been fixed by the following commits:
 * b9fba1d
 * c1fc76b
 * a0efc0a

Segmentation fault might occur before the fix.
  • Loading branch information
k-takata committed Apr 12, 2014
1 parent 2ba4138 commit e62d2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ def get_text_writer(fileno, **kwargs):
x2("\\z", "hello", 5, 5)
x2("\\n?\\z", "こんにちは", 5, 5)
x2("\\z", "こんにちは", 5, 5)
x2("()" * 32768, "", 0, 0) # Issue #24

# character classes (tests for character class optimization)
x2("[@][a]", "@a", 0, 2);
Expand Down

0 comments on commit e62d2c5

Please sign in to comment.