...

Text file src/github.com/noirbizarre/gonja/testData/tests/string.tpl

Documentation: github.com/noirbizarre/gonja/testData/tests

     1{{ 'gonja' is string }}
     2{{ simple.str is string}}
     3{{ 42 is string }}
     4{{ 42.0 is string }}
     5{{ [1, 2, 3] is string }}

View as plain text