aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_babelplugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_babelplugin.py')
-rw-r--r--test/test_babelplugin.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_babelplugin.py b/test/test_babelplugin.py
index 4118f4a..df2ed0f 100644
--- a/test/test_babelplugin.py
+++ b/test/test_babelplugin.py
@@ -40,7 +40,10 @@ class ExtractMakoTestCase(TemplateTest):
(77, '_', 'Top', []),
(83, '_', 'foo', []),
(83, '_', 'hoho', []),
- (85, '_', 'bar', [])
+ (85, '_', 'bar', []),
+ (92, '_', 'Inside a p tag', ['TRANSLATOR: <p> tag is ok?']),
+ (95, '_', 'Later in a p tag', ['TRANSLATOR: also this']),
+ (99, '_', 'No action at a distance.', []),
]
self.assertEqual(expected, messages)