Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 site_globals('test') =METHOD TEST PASSED | 1 site_globals('test') = METHOD TEST PASSED |
Vasily Kuznetsov
2019/01/16 10:32:13
Perhaps we can now remove the "-" from "{{- ... }}
rhowell
2019/01/17 03:15:22
Done.
| |
2 has_string('temp') =False | 2 has_string('temp') = False |
3 has_string('exists', 'global') =True | 3 has_string('exists', 'global') = True |
4 get_string('exists', 'global') =exists | 4 get_string('exists', 'global') = exists |
5 page_has_locale('global', 'en') =True | 5 page_has_locale('global', 'en') = True |
6 page_has_locale('global', 'de') =False | 6 page_has_locale('global', 'de') = False |
LEFT | RIGHT |