 Issue 29741581:
  Fixes 6546 - Swap the contents of default.tmpl and empty.tmpl in the test suite  (Closed)
    
  
    Issue 29741581:
  Fixes 6546 - Swap the contents of default.tmpl and empty.tmpl in the test suite  (Closed) 
  | Index: tests/test_site/pages/translate.md | 
| =================================================================== | 
| --- a/tests/test_site/pages/translate.md | 
| +++ b/tests/test_site/pages/translate.md | 
| @@ -1,10 +1,8 @@ | 
| -template = empty | 
| - | 
| Simple TS with default: {{ simple[desc] Translate }}. | 
| Same TS with no default: {{ simple }}. | 
| TS with fixed text: {{fix-ts[fix] Fixed <fix>text</fix>}}. | 
| Nested translation: {{nested-ts <a href="{{nested-link http://foo.com/}}">Foo</a> and <a href="{{nested-link2 http://baz.com/}}">Baz</a>}}. |