 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) 
  | Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 template = default | |
| 2 {{- site_globals('test') }} | 1 {{- site_globals('test') }} | 
| 3 {{- has_string('temp') }} | 2 {{- has_string('temp') }} | 
| 4 {{- has_string('exists', 'global') }} | 3 {{- has_string('exists', 'global') }} | 
| 5 {{- get_string('exists', 'global') }} | 4 {{- get_string('exists', 'global') }} | 
| LEFT | RIGHT |