summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-03-25 01:43:42 -0500
committerBryan Bishop <kanzure@gmail.com>2012-03-25 01:43:42 -0500
commita4b19fe60ad2044ec1eb3f51e912782dd25adba9 (patch)
tree2a26ac5ea6d49b9af4c39bbda8cade1b6c32ae18
parent12fc29529a82b47db5d039c59f104fccdb6901f3 (diff)
test_parse_text_engine_script_at
-rw-r--r--extras/crystal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 7d11a6e06..243cc8e8a 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -5369,6 +5369,10 @@ class TestEncodedText(unittest.TestCase):
self.assertIn("encyclopedia", oakspeech)
self.assertIn("researcher", oakspeech)
self.assertIn("dependable", oakspeech)
+ def test_parse_text_engine_script_at(self):
+ p = parse_text_engine_script_at(0x197185, debug=False)
+ self.assertEqual(len(p), 2)
+ self.assertEqual(len(p[0]["lines"]), 41)
#don't really care about these other two
def test_parse_text_from_bytes(self): pass
def test_parse_text_at(self): pass