| Index: lib/dom/scripts/templateloader_test.py
|
| diff --git a/lib/dom/scripts/templateloader_test.py b/lib/dom/scripts/templateloader_test.py
|
| index 165b566f8b92966283e91479be5e86efe14df704..f4e5bed659c4d09cc19731448568475cf3772e05 100755
|
| --- a/lib/dom/scripts/templateloader_test.py
|
| +++ b/lib/dom/scripts/templateloader_test.py
|
| @@ -44,6 +44,12 @@ ACTUAL :
|
| $B'''
|
| self._preprocess_test(input_text, {}, input_text)
|
|
|
| + def test_comments(self):
|
| + input_text = '''//$ comment 1
|
| +Hello
|
| +//$ comment 2'''
|
| + self._preprocess_test(input_text, {}, 'Hello\n')
|
| +
|
|
|
| def test_ite1(self):
|
| input_text = '''
|
|
|